*Default id should be 1
This commit is contained in:
parent
f2ed076a47
commit
34c91c15d7
|
@ -47,7 +47,7 @@ export class RpcNetwork {
|
|||
let promise = loadLibs();
|
||||
|
||||
if (this._def) {
|
||||
this._networkId = 0;
|
||||
this._networkId = 1;
|
||||
} else {
|
||||
promise = promise
|
||||
.then(() => callModule(RPC_MODULE, "createNetwork"))
|
||||
|
|
Loading…
Reference in New Issue