fix: auto-verify deposit after TX sign, remove manual verify step

The manual "Verify Deposit" step required users to click a button after
signing. Hash was already captured automatically, making the manual step
redundant and risky (modal close = hash lost). Now verification starts
immediately after TX is signed, with spinner UI and retry on failure.
This commit is contained in:
2026-02-26 15:30:30 +03:00
parent 3e310fb980
commit aa7cc78de8
7 changed files with 112 additions and 72 deletions
+4
View File
@@ -1247,6 +1247,10 @@ export default {
'p2pDeposit.tokenLabel': 'Token',
'p2pDeposit.amountLabel': 'Miktar',
'p2pDeposit.done': 'Tamam',
'p2pDeposit.autoVerifying': 'Yatırım doğrulanıyor...',
'p2pDeposit.autoVerifyingDesc': "Blockchain'de işleminiz aranıyor...",
'p2pDeposit.verifyFailed': 'Doğrulama başarısız oldu',
'p2pDeposit.retry': 'Tekrar Dene',
// WithdrawModal
'p2pWithdraw.title': 'P2P Bakiyeden Çekim',