Can you pls fix this crucial bug?
rpc = (await this.getDefaultRPC()).rpc || this.list[1];
console.log(`Using ${rpc} as default.`);
} catch (e) {
rpc = this.currentRpc;
}
Can you pls fix this crucial bug?
rpc = (await this.getDefaultRPC()).rpc || this.list[1];
console.log(`Using ${rpc} as default.`);
} catch (e) {
rpc = this.currentRpc;
}