You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogPrintf("CPrivateSendClient::SignFinalTransaction -- WARNING! Masternode %s is not BIP69 compliant!\n", infoMixingMasternode.vin.prevout.ToStringShort());
501
+
UnlockCoins();
502
+
keyHolderStorage.ReturnAll();
503
+
SetNull();
504
+
returnfalse;
505
+
}
506
+
495
507
std::vector<CTxIn> sigs;
496
508
497
509
//make sure my inputs/outputs are present, otherwise refuse to sign
0 commit comments