policy: relax dust thrashold to 1000 dewies/kB, which aligns to lbrycrd #92

Merged
roylee17 merged 1 commit from relax-dust-thrashold-to-1000-dewies-per-kb into master 2022-09-02 00:28:08 +02:00

1 commit

Author SHA1 Message Date
Roy Lee
363dd1da7e [lbry] policy: relax dust thrashold to 1000 dewies/kB
An output is considered dust if the cost to the network to spend the
coins is more than 1/3 of the minimum free transaction relay fee, which
has a default rate of 1000 satoshis/kb

bitcoind refactored dust threshold calculation, which removed the
multiply factor of 3 from the code, but increased the DUST_RELAY_TX_FEE
from 1000 to 3000 (satoshi/kb).

lbrycrd adopted the refactored code but also kept the rate to
1000 dewies/kB, which means:

    An output is considered dust if the cost to the network to spend the
    coins is more than the minimum free transaction relay fee.
2022-09-01 15:20:03 -07:00