MemPoolFeeRateEstimatorCache::MemPoolFeeRateEstimatorCache

Deleted copy constructor; the cache is non-copyable.

Synopsis

Declared in <policy/fees/mempool_estimator.h>

MemPoolFeeRateEstimatorCache(MemPoolFeeRateEstimatorCache const& other) = delete;

Parameters

NameDescription
otherThe cache that would be copied.