*Default id should be 1

This commit is contained in:
Derrick Hammer 2022-08-31 15:25:18 -04:00
parent f2ed076a47
commit 34c91c15d7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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"))