Merge pull request #119 from Permissionless-Software-Foundation/ct-unstable

fix(_hydrateUtxo): Debugging error handling
This commit is contained in:
Chris Troutner
2021-02-27 09:00:20 -08:00
committed by GitHub
+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
}