change default network to "Base"
...since it won't be used for the command-line (yet).
This commit is contained in:
parent
6c52da3ddb
commit
8166fa5c8e
1 changed files with 1 additions and 1 deletions
2
API.js
2
API.js
|
|
@ -12,7 +12,7 @@ API.prototype._init = function(opts) {
|
|||
|
||||
var Wallet = require('soop').load('./js/models/core/Wallet', {
|
||||
Storage: opts.Storage || require('./test/mocks/FakeStorage'),
|
||||
Network: opts.Network || require('./js/models/network/WebRTC'),
|
||||
Network: opts.Network || require('./js/models/network/Base'),
|
||||
Blockchain: opts.Blockchain || require('./js/models/blockchain/Insight')
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue