Implement a class that returns the median of the feerates in the mempool
currently. Complexity should be O(nlogn) for inserts and constant time for
obtaining the median.
Depends on D2172
Differential D2173
[WIP] Use mempool for fee estimates, not blocks. schancel on Dec 3 2018, 07:01. Authored by
Details
Diff Detail
|