Skip to content

Commit 8c52bea

Browse files
fix(@desktop/wallet): Fix for freeze in Approval stage in SwapModal
noticed only on linux fixes #18627
1 parent 565e140 commit 8c52bea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/app/AppLayouts/Wallet/popups/swap/SwapModalAdaptor.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ QObject {
184184
root.approvalPending = false
185185
root.approvalSuccessful = status == "Success" // TODO: make a all tx statuses Constants (success, pending, failed)
186186
d.txHash = ""
187-
188-
root.swapStore.reevaluateSwap(d.uuid, root.swapFormData.selectedNetworkChainId, true)
189187
}
190188
}
191189
}

0 commit comments

Comments
 (0)