mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-20 05:28:08 +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 })
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user