Skip to content

Commit

Permalink
[gui] fix burnt nodes stat value
Browse files Browse the repository at this point in the history
  • Loading branch information
hardwarewise committed Jun 7, 2021
1 parent 5065a3e commit bdd3dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/clientmodel.h
Expand Up @@ -57,7 +57,7 @@ struct SINStatsStruct {
QString explorerActiveAddresses = "";
double supply = 0.0;
double burnFee = 0.0;
double burnNode = 0.0;
int burnNode = 0;
int burnNodeInt = 0;
double inf_online_big = 0.0;
double inf_online_mid = 0.0;
Expand Down

0 comments on commit bdd3dfe

Please sign in to comment.