fix(_hydrateUtxo): Debugging error handling

This commit is contained in:
Chris Troutner
2021-02-27 08:58:12 -08:00
parent 9751a39538
commit 33e161df26
+1
View File
@@ -1439,6 +1439,7 @@ class Utils {
return outAry
} catch (error) {
console.log('_hydrateUtxo error: ', error)
if (error.response && error.response.data) throw error.response.data
throw error
}