rm comment
This commit is contained in:
parent
52a8423df9
commit
2562490b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ Wallet.prototype.toObj = function() {
|
||||||
*/
|
*/
|
||||||
Wallet.fromObj = function(o, storage, network, blockchain) {
|
Wallet.fromObj = function(o, storage, network, blockchain) {
|
||||||
|
|
||||||
// TODO: What is this supposed to do?
|
// clone opts
|
||||||
var opts = JSON.parse(JSON.stringify(o.opts));
|
var opts = JSON.parse(JSON.stringify(o.opts));
|
||||||
|
|
||||||
opts.addressBook = o.addressBook;
|
opts.addressBook = o.addressBook;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue