fix network.
This commit is contained in:
parent
e046825145
commit
1e38237f87
@ -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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user