fees: minor.

This commit is contained in:
Christopher Jeffrey 2016-11-26 20:16:54 -08:00
parent cb59675b06
commit 67695b7e53
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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();