shorter last block info
This commit is contained in:
parent
81ce678364
commit
d5b06ee3ca
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user