fix(full node): Debugging config settings

This commit is contained in:
Chris Troutner
2026-05-15 13:20:00 -07:00
parent 6a100d243a
commit 58ff8ef650
+1
View File
@@ -39,6 +39,7 @@ class FullNodeRPCAdapter {
async call (method, params = [], requestId) { async call (method, params = [], requestId) {
const id = requestId || `${this.requestIdPrefix}-${method}` const id = requestId || `${this.requestIdPrefix}-${method}`
console.log('full-node-rpc.js/call(): this.http.defaults.baseURL: ', this.http.defaults.baseURL)
try { try {
const response = await this.http.post('', { const response = await this.http.post('', {