You are viewing a single comment's thread from:

RE: Hive Keychain Proposal (DHF)

in #hive4 years ago (edited)

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;
        }