From 4092f363b2b5e3c52e2cba8c153d6d114b77a6df Mon Sep 17 00:00:00 2001 From: Manav Desai Date: Wed, 10 May 2023 21:58:54 -0400 Subject: [PATCH] squash changes --- bin/bcoin-cli | 1 + bin/bwallet-cli | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/bcoin-cli b/bin/bcoin-cli index 93ca7e022..b9136ab43 100755 --- a/bin/bcoin-cli +++ b/bin/bcoin-cli @@ -41,6 +41,7 @@ class CLI { this.client = new NodeClient({ url: this.config.str('url'), + timeout: this.config.uint('timeout'), apiKey: this.config.str('api-key'), ssl: this.config.bool('ssl'), host: this.config.str('http-host'), diff --git a/bin/bwallet-cli b/bin/bwallet-cli index 14edc92e3..3b2b0bba9 100755 --- a/bin/bwallet-cli +++ b/bin/bwallet-cli @@ -43,6 +43,7 @@ class CLI { this.client = new WalletClient({ url: this.config.str('url'), + timeout: this.config.uint('timeout'), apiKey: this.config.str('api-key'), ssl: this.config.bool('ssl'), host: this.config.str('http-host'),