dogecoin/src/primitives
Patrick Lodder e83ddb7e8f
fees: Allow dust comparison against a given dust limit
Prepares for having more than one dust limit configured, yet
allowing the same function to return whether or not an output is
dust.

Implements the check with nDustLimit (-dustlimit) for relay related
queries, and - for lack of alternatives - uses the same parameter
for CWallet::GetRequiredFee until a wallet-specific dust limit is
introduced
2021-10-10 20:35:54 +02:00
..
block.cpp Merge AuxPoW support from Namecore 2018-09-19 19:22:45 +01:00
block.h Merge AuxPoW support from Namecore 2018-09-19 19:22:45 +01:00
pureheader.cpp Merge AuxPoW support from Namecore 2018-09-19 19:22:45 +01:00
pureheader.h Handle legacy v2 block at #66064 2018-09-19 19:23:29 +01:00
transaction.cpp Optimize GetWitnessHash() for non-segwit transactions 2017-03-27 23:44:08 +02:00
transaction.h fees: Allow dust comparison against a given dust limit 2021-10-10 20:35:54 +02:00