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