fix network.

This commit is contained in:
Christopher Jeffrey 2016-07-02 16:04:05 -07:00
parent e046825145
commit 1e38237f87
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -205,7 +205,7 @@ Address.prototype.fromRaw = function fromRaw(data) {
p.verifyChecksum();
return this.fromHash(hash, type, version, network);
return this.fromHash(hash, type, version, network.type);
};
/**