psf-bch-api 7.3.5 → 7.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -146,6 +146,7 @@ class FulcrumUseCases {
|
|
|
146
146
|
if (response.transactions && Array.isArray(response.transactions)) {
|
|
147
147
|
// Use bearer token from request if provided, otherwise use the default bchjs instance
|
|
148
148
|
let bchjsInstance = this.bchjs
|
|
149
|
+
console.log('getTransactionsBulk() bearerToken: ', bearerToken)
|
|
149
150
|
if (bearerToken) {
|
|
150
151
|
// Create a temporary bchjs instance with the bearer token from the request
|
|
151
152
|
const restURL = process.env.RESTURL || process.env.REST_URL || process.env.LOCAL_RESTURL || config.restURL
|