More debugging

This commit is contained in:
Chris Troutner
2023-02-08 14:52:17 -08:00
parent 842e6ead69
commit f42ccafffa
+2
View File
@@ -491,6 +491,8 @@ class BCHRPC {
retObj.success = true
retObj.data = result
console.log('retObj: ', retObj)
return retObj
} catch (err) {
console.error('Error in JSON RPC BCH utxosBulk()')