Debugging

This commit is contained in:
Chris Troutner
2023-05-12 07:25:23 -07:00
parent d0a23608e0
commit 6f620a7323
+1 -1
View File
@@ -242,7 +242,7 @@ class BCHRPC {
return retObj return retObj
} catch (err) { } catch (err) {
console.error('Error in JSON RPC BCH balance()') console.error('Error in JSON RPC BCH balance(): ', err)
// throw err // throw err
// Return an error response // Return an error response