mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
typo: succesful->successful
This commit is contained in:
parent
5d94fc5761
commit
f87ccb1588
@ -129,7 +129,7 @@ public:
|
||||
Loop();
|
||||
}
|
||||
|
||||
// Wait until execution finishes, and return whether all evaluations where succesful.
|
||||
// Wait until execution finishes, and return whether all evaluations where successful.
|
||||
bool Wait() {
|
||||
return Loop(true);
|
||||
}
|
||||
|
@ -971,7 +971,7 @@ bool CDarkSendPool::SignatureValid(const CScript& newSig, const CTxIn& newVin){
|
||||
}
|
||||
}
|
||||
|
||||
if(fDebug) LogPrintf("CDarkSendPool::SignatureValid() - Signing - Succesfully signed input\n");
|
||||
if(fDebug) LogPrintf("CDarkSendPool::SignatureValid() - Signing - Successfully signed input\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -406,7 +406,7 @@ Value masternode(const Array& params, bool fHelp)
|
||||
|
||||
Object statusObj;
|
||||
statusObj.push_back(Pair("alias", mne.getAlias()));
|
||||
statusObj.push_back(Pair("result", result ? "succesful" : "failed"));
|
||||
statusObj.push_back(Pair("result", result ? "successful" : "failed"));
|
||||
|
||||
if(result) {
|
||||
successful++;
|
||||
|
Loading…
Reference in New Issue
Block a user