WA-238 Fix calculation of executed tx hash when threshold was not reached

This commit is contained in:
apanizo 2018-05-31 11:39:44 +02:00
parent b2a02982fe
commit 6ee48db1e5
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ export const processTransaction = async (
txValue,
userAddress,
executedConfirmations,
txReceipt,
thresholdReached ? txReceipt : '',
safeAddress,
threshold,
)