fees: minor.
This commit is contained in:
parent
cb59675b06
commit
67695b7e53
@ -827,7 +827,7 @@ PolicyEstimator.prototype.toRaw = function toRaw(writer) {
|
||||
* @returns {PolicyEstimator}
|
||||
*/
|
||||
|
||||
PolicyEstimator.fromRaw = function fromRaw(minRelay, data, logger) {
|
||||
PolicyEstimator.fromRaw = function fromRaw(data, minRelay, logger) {
|
||||
var br = new BufferReader(data);
|
||||
var network = Network.fromMagic(br.readU32());
|
||||
var bestHeight = br.readU32();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user