Avoid waiting for txHistory

This commit is contained in:
Germán Martínez 2019-07-19 13:11:18 +02:00
parent 062884f5c3
commit 690967f0e1
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ export const approveTransaction = async (
) )
const receipt = await safeInstance.approveHash(contractTxHash, { from: sender }) const receipt = await safeInstance.approveHash(contractTxHash, { from: sender })
await saveTxToHistory( saveTxToHistory(
safeInstance, safeInstance,
to, to,
valueInWei, valueInWei,
@ -89,7 +89,7 @@ export const executeTransaction = async (
{ from: sender }, { from: sender },
) )
await saveTxToHistory( saveTxToHistory(
safeInstance, safeInstance,
to, to,
valueInWei, valueInWei,