This commit is contained in:
Chris Troutner
2025-12-21 11:46:15 -07:00
parent 348a073714
commit f1f2bf42d9
+2 -2
View File
@@ -117,9 +117,9 @@ class BCHJS {
axiosInstance = withPaymentInterceptor( axiosInstance = withPaymentInterceptor(
axiosInstance, axiosInstance,
signer, signer,
{ {
apiType: 'rest-api', apiType: 'rest-api',
bchServerURL: this.bchServerURL bchServerURL: this.bchServerURL
} }
) )