Skip to content

Commit

Permalink
Update masternodelist.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hardwarewise committed Sep 21, 2020
1 parent e0d9b30 commit e481566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/masternodelist.cpp
Expand Up @@ -1028,7 +1028,7 @@ void MasternodeList::nodeSetupCheckBurnSendConfirmations() {
UniValue objConfirms = nodeSetupGetTxInfo( mBurnTx, "confirmations" );
int numConfirms = objConfirms.get_int();
if ( numConfirms>NODESETUP_CONFIRMS && pass != "" ) {
nodeSetupStep( "setupKo", "Finishing node setup");
nodeSetupStep( "setupOk", "Finishing node setup");
burnSendTimer->stop();

QJsonObject root = nodeSetupAPIInfo( mServiceId, clientId, email, pass, strError );
Expand Down

0 comments on commit e481566

Please sign in to comment.