fix(electrumx): more debugging

This commit is contained in:
Chris Troutner
2022-04-24 18:00:56 -07:00
parent eb47d422ab
commit 4dea95c631
+2
View File
@@ -115,6 +115,8 @@ class Electrum {
cashAddr
)
console.log('req.locals: ', req.locals)
const response = await _this.axios.get(
`${_this.fulcrumApi}electrumx/balance/${address}`
)