mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-20 14:01:09 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user