Improvement to bch-js restURL at startup for use-cases

This commit is contained in:
Chris Troutner
2024-08-19 20:02:47 -07:00
parent c571423326
commit 0390ce7e29
+1 -1
View File
@@ -29,7 +29,7 @@ class Adapters {
this.passport = new Passport()
this.nodemailer = new Nodemailer()
this.jsonFiles = new JSONFiles()
this.bchjs = new BCHJS()
this.bchjs = new BCHJS({restURL: config.apiServer})
this.config = config
const walletConfig = {}