mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-16 16:32:29 +00:00
Revert "don't send feeless transactions"
This reverts commit 9a2f7a86fca6e243db7745cb1b15b35ce1b97b2e.
This commit is contained in:
parent
cec014e710
commit
aecf0170a9
@ -704,7 +704,7 @@ int64_t GetMinFee(const CTransaction& tx, unsigned int nBytes, bool fAllowFree,
|
||||
|
||||
int64_t nMinFee = (1 + (int64_t)nBytes / 1000) * nBaseFee;
|
||||
|
||||
if (fAllowFree && mode != GMF_SEND)
|
||||
if (fAllowFree)
|
||||
{
|
||||
// Free transaction area
|
||||
if (nBytes < 26000)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user