From 33e161df269aeaab2d8a49fb3edab40845e5de77 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 27 Feb 2021 08:58:12 -0800 Subject: [PATCH] fix(_hydrateUtxo): Debugging error handling --- src/slp/utils.js | 1 + 1 file changed, 1 insertion(+) 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 }