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);
|
JSONObject block = (JSONObject)blocks.get(0);
|
||||||
long time = block.getLong("time");
|
long time = block.getLong("time");
|
||||||
String finder = block.getString("finder");
|
String finder = block.getString("finder");
|
||||||
double amount = block.getDouble("amount");
|
//double amount = block.getDouble("amount");
|
||||||
wi.setValue("" + sdf.format(new Date(time*1000)) + " - "+finder + " - "+amount);
|
wi.setValue("" + sdf.format(new Date(time*1000)) + " "+finder);
|
||||||
} else
|
} else
|
||||||
wi.setValue("Unknown");
|
wi.setValue("Unknown");
|
||||||
network.add(wi);
|
network.add(wi);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user