fix(x402): Removing leading slash in payment URL

This commit is contained in:
Chris Troutner
2025-12-29 16:43:40 -07:00
parent 5f217af3e9
commit 3685ea1541
+1 -1
View File
@@ -95,7 +95,7 @@ class BCHJS {
} else if (process.env.BCHJSBCHSERVERURL && process.env.BCHJSBCHSERVERURL !== '') {
this.bchServerURL = process.env.BCHJSBCHSERVERURL
} else {
this.bchServerURL = 'https://bch.fullstack.cash/v6/'
this.bchServerURL = 'https://bch.fullstack.cash/v6'
}
const libConfig = {