fix(hydrateUtxos): Adding debugging info for axiosOptions

This commit is contained in:
Chris Troutner
2021-03-26 18:26:18 -07:00
parent 5fe8e515ff
commit 8e64d854cf
+2
View File
@@ -1842,6 +1842,8 @@ class Utils {
// Throw error if input is not an array.
if (!Array.isArray(utxos)) throw new Error('Input must be an array.')
console.log(`axiosOptions: ${JSON.stringify(_this.axiosOptions, null, 2)}`)
const response = await _this.axios.post(
`${this.restURL}slp/hydrateUtxos`,
{