Fix error message
This commit is contained in:
parent
61aea8db3d
commit
b39a683339
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ TxProposal.fromObj = function(o, forceOpts) {
|
||||||
}
|
}
|
||||||
o.builder = TransactionBuilder.fromObj(o.builderObj);
|
o.builder = TransactionBuilder.fromObj(o.builderObj);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw new Error("Old version of wallet detected.");
|
throw new Error("Invalid or Incompatible Backup Detected.");
|
||||||
}
|
}
|
||||||
return new TxProposal(o);
|
return new TxProposal(o);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue