mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
Avoid waiting for txHistory
This commit is contained in:
parent
062884f5c3
commit
690967f0e1
@ -39,7 +39,7 @@ export const approveTransaction = async (
|
||||
)
|
||||
const receipt = await safeInstance.approveHash(contractTxHash, { from: sender })
|
||||
|
||||
await saveTxToHistory(
|
||||
saveTxToHistory(
|
||||
safeInstance,
|
||||
to,
|
||||
valueInWei,
|
||||
@ -89,7 +89,7 @@ export const executeTransaction = async (
|
||||
{ from: sender },
|
||||
)
|
||||
|
||||
await saveTxToHistory(
|
||||
saveTxToHistory(
|
||||
safeInstance,
|
||||
to,
|
||||
valueInWei,
|
||||
|
Loading…
x
Reference in New Issue
Block a user