Logging TX Service responses

This commit is contained in:
apanizo 2018-08-09 13:32:11 +02:00
parent fbd427a73c
commit f3a9ffbb5d
1 changed files with 1 additions and 0 deletions

View File

@ -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'))