From 2562490b4d104bef82841e6185c150db1d72dc2a Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 15 Sep 2014 16:16:02 -0300 Subject: [PATCH] rm comment --- js/models/core/Wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index c14a568fe..873d14bf8 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -884,7 +884,7 @@ Wallet.prototype.toObj = function() { */ Wallet.fromObj = function(o, storage, network, blockchain) { - // TODO: What is this supposed to do? + // clone opts var opts = JSON.parse(JSON.stringify(o.opts)); opts.addressBook = o.addressBook;