fix settings.js

This commit is contained in:
Manuel Araoz 2014-09-08 16:26:58 -07:00
commit c1d8103374
4 changed files with 18 additions and 18 deletions

View file

@ -42,7 +42,7 @@ function WalletFactory(config, version) {
this.storage = new this.Storage(config.storage);
this.network = new this.Network(config.network);
this.blockchain = new this.Blockchain(config.blockchain);
this.blockchain = new this.Blockchain(config.network);
this.networkName = config.networkName;
this.walletDefaults = config.wallet;