fix settings.js
This commit is contained in:
parent
c9cb2aae57
commit
c1d8103374
4 changed files with 18 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue