mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-16 18:28:44 +00:00
Merge pull request #506 from langerhans/1.7-oldfee
Revert "don't send feeless transactions"
This commit is contained in:
commit
7926880e32
@ -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