fix(startup): Ensuring REST URL is passed correctly to bch-js on startup

This commit is contained in:
Chris Troutner
2025-11-26 11:00:08 -08:00
parent 39144116a9
commit 98576e5ff2
6 changed files with 127 additions and 63 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"license": "MIT",
"description": "REST API proxy to Bitcoin Cash infrastructure",
"dependencies": {
"@psf/bch-js": "6.8.3",
"@psf/bch-js": "/home/trout/work/psf/code/api-dev/bch-js",
"axios": "1.7.7",
"cors": "2.8.5",
"dotenv": "16.3.1",