rm comment

This commit is contained in:
Matias Alejo Garcia 2014-09-15 16:16:02 -03:00
commit 2562490b4d

View file

@ -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;