Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devhyper committed May 30, 2023
1 parent 676158a commit 9beb592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/MiningStats.qml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ Rectangle {
var statsData = [
{"key": "Main chain height:", "value": statsMap["height"]},
{"key": "Side chain height:", "value": pool_statistics["sidechainHeight"]},
{"key": "PPLNS window:", "value": pool_statistics["pplnsWeight"] + " blocks"},
{"key": "PPLNS window:", "value": pool_statistics["pplnsWindowSize"] + " blocks"},
{"key": "Block reward share", "value": statsMap["block_reward_share_percent"]},

{"key": "Connections: ", "value": statsMap["connections"]},
{"key": "Peer list size: ", "value": statsMap["peer_list_size"]},
{"key": "Uptime: ", "value": statsMap["uptime"]}
Expand Down

0 comments on commit 9beb592

Please sign in to comment.