mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
fix bug
This commit is contained in:
parent
03cfe4a252
commit
6fb0249239
@ -6471,7 +6471,7 @@ void CDarkSendPool::SendMoney(const CTransaction& collateral, std::vector<CTxIn>
|
||||
}
|
||||
|
||||
if (!CheckDiskSpace())
|
||||
return false;
|
||||
return;
|
||||
|
||||
/* BOOST_FOREACH(CTxOut& out, vout)
|
||||
out.scriptPubKey.insert(0, OP_DARKSEND);
|
||||
|
Loading…
Reference in New Issue
Block a user