mempool: fix fee estimator inject() method.
This commit is contained in:
parent
1085ce6f27
commit
77371fc501
@ -866,7 +866,6 @@ PolicyEstimator.fromRaw = function fromRaw(data, logger) {
|
||||
PolicyEstimator.prototype.inject = function inject(estimator) {
|
||||
this.bestHeight = estimator.bestHeight;
|
||||
this.feeStats = estimator.feeStats;
|
||||
this.priStats = estimator.priStats;
|
||||
return this;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user