WA-238 Fix calculation of executed tx hash when threshold was not reached
This commit is contained in:
parent
b2a02982fe
commit
6ee48db1e5
|
@ -125,7 +125,7 @@ export const processTransaction = async (
|
||||||
txValue,
|
txValue,
|
||||||
userAddress,
|
userAddress,
|
||||||
executedConfirmations,
|
executedConfirmations,
|
||||||
txReceipt,
|
thresholdReached ? txReceipt : '',
|
||||||
safeAddress,
|
safeAddress,
|
||||||
threshold,
|
threshold,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue