Compare commits

...
9 Commits
+2 -3
View File
@@ -1158,7 +1158,7 @@ class Utils {
return outAry
} catch (error) {
console.log('Error in tokenUtxoDetails()')
// console.log('Error in tokenUtxoDetails()')
if (error.response && error.response.data) throw error.response.data
throw error
}
@@ -1504,7 +1504,6 @@ class Utils {
return outAry
} catch (error) {
console.log('Error in _hydrateUtxo()')
// console.log('_hydrateUtxo error: ', error)
throw error
}
@@ -1640,7 +1639,7 @@ class Utils {
// could not be validated.
return isValid
} catch (error) {
console.log('Error in waterfallValidateTxid()')
// console.log('Error in waterfallValidateTxid()')
if (error.response && error.response.data) throw error.response.data
throw error
}