mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
bugfix: accept free transactions
This commit is contained in:
parent
a452d9ee2d
commit
12a1256c1d
@ -731,7 +731,7 @@ bool CTransaction::AcceptToMemoryPool(CTxDB& txdb, bool fCheckInputs, bool* pfMi
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Don't accept it if it can't get into a block
|
// Don't accept it if it can't get into a block
|
||||||
if (nFees < GetMinFee(1000, false, true))
|
if (nFees < GetMinFee(1000, true, true))
|
||||||
return error("AcceptToMemoryPool() : not enough fees");
|
return error("AcceptToMemoryPool() : not enough fees");
|
||||||
|
|
||||||
// Continuously rate-limit free transactions
|
// Continuously rate-limit free transactions
|
||||||
|
Loading…
Reference in New Issue
Block a user