From f3a9ffbb5d17145c397d501a1565c8a9858f590c Mon Sep 17 00:00:00 2001 From: apanizo Date: Thu, 9 Aug 2018 13:32:11 +0200 Subject: [PATCH] Logging TX Service responses --- src/wallets/safeTxHistory.js | 1 + 1 file changed, 1 insertion(+) 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'))