mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
typo: succesful->successful
This commit is contained in:
parent
5d94fc5761
commit
f87ccb1588
@ -129,7 +129,7 @@ public:
|
|||||||
Loop();
|
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() {
|
bool Wait() {
|
||||||
return Loop(true);
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -406,7 +406,7 @@ Value masternode(const Array& params, bool fHelp)
|
|||||||
|
|
||||||
Object statusObj;
|
Object statusObj;
|
||||||
statusObj.push_back(Pair("alias", mne.getAlias()));
|
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) {
|
if(result) {
|
||||||
successful++;
|
successful++;
|
||||||
|
Loading…
Reference in New Issue
Block a user