shorter last block info

This commit is contained in:
rdavidek 2021-05-31 13:55:26 +02:00
parent 81ce678364
commit d5b06ee3ca

View File

@ -312,8 +312,8 @@ public class MiningBean {
JSONObject block = (JSONObject)blocks.get(0);
long time = block.getLong("time");
String finder = block.getString("finder");
double amount = block.getDouble("amount");
wi.setValue("" + sdf.format(new Date(time*1000)) + " - "+finder + " - "+amount);
//double amount = block.getDouble("amount");
wi.setValue("" + sdf.format(new Date(time*1000)) + " "+finder);
} else
wi.setValue("Unknown");
network.add(wi);