migrate: minor.
This commit is contained in:
parent
0f74292082
commit
06ca63c281
@ -266,6 +266,7 @@ function walletFromRaw(data) {
|
|||||||
wallet.token = p.readBytes(32);
|
wallet.token = p.readBytes(32);
|
||||||
wallet.tokenDepth = p.readU32();
|
wallet.tokenDepth = p.readU32();
|
||||||
wallet.master = MasterKey.fromRaw(p.readVarBytes());
|
wallet.master = MasterKey.fromRaw(p.readVarBytes());
|
||||||
|
wallet.watchOnly = false;
|
||||||
return wallet;
|
return wallet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user