From f1f2bf42d9e098c52400d321a3c068edf6d29cad Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 21 Dec 2025 11:46:15 -0700 Subject: [PATCH] linting --- src/bch-js.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bch-js.js b/src/bch-js.js index 391d8c4..cc65145 100644 --- a/src/bch-js.js +++ b/src/bch-js.js @@ -117,9 +117,9 @@ class BCHJS { axiosInstance = withPaymentInterceptor( axiosInstance, signer, - { + { apiType: 'rest-api', - bchServerURL: this.bchServerURL + bchServerURL: this.bchServerURL } )