WA-238 Fixing problem increasing threshold in UI Transaction's view

This commit is contained in:
apanizo 2018-05-30 09:29:22 +02:00
parent 37c4076d00
commit 649243c0d3
1 changed files with 1 additions and 1 deletions

View File

@ -125,6 +125,6 @@ export const processTransaction = async (
executedConfirmations, executedConfirmations,
txReceipt.tx, txReceipt.tx,
safeAddress, safeAddress,
threshold + 1, threshold,
) )
} }