Bitcoin ABC 0.30.3
P2P Digital Currency
|
#include <fees.h>
Public Member Functions | |
FeeFilterRounder (const CFeeRate &min_incremental_fee, FastRandomContext &rng) | |
Create new FeeFilterRounder. More... | |
Amount | round (const Amount currentMinFee) EXCLUSIVE_LOCKS_REQUIRED(!m_insecure_rand_mutex) |
Quantize a minimum fee for privacy purpose before broadcast. More... | |
Private Member Functions | |
FastRandomContext &insecure_rand | GUARDED_BY (m_insecure_rand_mutex) |
Private Attributes | |
const std::set< Amount > | m_fee_set |
Mutex | m_insecure_rand_mutex |
|
explicit |
Create new FeeFilterRounder.
|
private |