mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
fix(getMutableData): Adding additional debuging to console
This commit is contained in:
@@ -375,8 +375,8 @@ class PsfSlpIndexer {
|
||||
|
||||
return result
|
||||
} catch (err) {
|
||||
console.log('Error in getMutableData().')
|
||||
// console.log('Error in getMutableData(): ', err)
|
||||
// console.log('Error in getMutableData().')
|
||||
console.log('Error in getMutableData(): ', err)
|
||||
throw err
|
||||
}
|
||||
}
|
||||
@@ -432,7 +432,7 @@ class PsfSlpIndexer {
|
||||
|
||||
return response.data
|
||||
} catch (error) {
|
||||
console.log('Error in getCIDData().')
|
||||
console.log('Error in getCIDData(): ', err)
|
||||
throw error
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user