WA-238 Fixing problem increasing threshold in UI Transaction's view
This commit is contained in:
parent
37c4076d00
commit
649243c0d3
|
@ -125,6 +125,6 @@ export const processTransaction = async (
|
||||||
executedConfirmations,
|
executedConfirmations,
|
||||||
txReceipt.tx,
|
txReceipt.tx,
|
||||||
safeAddress,
|
safeAddress,
|
||||||
threshold + 1,
|
threshold,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue