Skip to content

Commit

Permalink
nodeSetup show finished message after cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
MIPPL committed Nov 9, 2020
1 parent 11ddb39 commit 1409c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/masternodelist.cpp
Expand Up @@ -1120,10 +1120,10 @@ void MasternodeList::nodeSetupCheckBurnSendConfirmations() {
nodeSetupResetOrderId();
nodeSetupSetBurnTx("");

nodeSetupStep( "setupOk", "Node setup finished");
nodeSetupLockWallet();
nodeSetupResetOrderId();
nodeSetupEnableOrderUI(false);
nodeSetupStep( "setupOk", "Node setup finished");
}
catch (const UniValue& objError) {
QString str = nodeSetupGetRPCErrorMessage( objError );
Expand Down

0 comments on commit 1409c79

Please sign in to comment.