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,
|
||||
userAddress,
|
||||
executedConfirmations,
|
||||
txReceipt,
|
||||
thresholdReached ? txReceipt : '',
|
||||
safeAddress,
|
||||
threshold,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue