mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Fix typo in darksend.
This commit is contained in:
parent
a9dfc5846d
commit
7e8d8c9681
@ -284,7 +284,7 @@ void ProcessMessageDarksend(CNode* pfrom, std::string& strCommand, CDataStream&
|
||||
|
||||
if (nValueIn > DARKSEND_POOL_MAX) {
|
||||
LogPrintf("dsi -- more than darksend pool max! %s\n", tx.ToString().c_str());
|
||||
error = _("Value more than Darksed pool maximum allows.");
|
||||
error = _("Value more than Darksend pool maximum allows.");
|
||||
pfrom->PushMessage("dssu", darkSendPool.sessionID, darkSendPool.GetState(), darkSendPool.GetEntriesCount(), MASTERNODE_REJECTED, error);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user