mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api.git
synced 2026-09-21 16:52:00 -07:00
fix(full node): Debugging config settings
This commit is contained in:
@@ -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('', {
|
||||||
|
|||||||
Reference in New Issue
Block a user