Logging TX Service responses
This commit is contained in:
parent
fbd427a73c
commit
f3a9ffbb5d
|
@ -63,6 +63,7 @@ export const submitOperation = async (
|
|||
headers,
|
||||
body,
|
||||
})
|
||||
console.log(response)
|
||||
|
||||
if (response.status !== 202) {
|
||||
return Promise.reject(new Error('Error submitting the transaction'))
|
||||
|
|
Loading…
Reference in New Issue