diff --git a/src/slp/utils.js b/src/slp/utils.js index c78f761..8ea22fa 100644 --- a/src/slp/utils.js +++ b/src/slp/utils.js @@ -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 }