diff --git a/src/wallets/safeTxHistory.js b/src/wallets/safeTxHistory.js index 9b11c86f..a83efdf9 100644 --- a/src/wallets/safeTxHistory.js +++ b/src/wallets/safeTxHistory.js @@ -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'))