Compare commits
1 Commits
e9f9be7616
...
87f3f86696
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87f3f86696 |
@@ -572,13 +572,10 @@ screen, including ExportPrivKey, falls back to Home.
|
||||
- Count-up timer: "Waiting for confirmation... Ns"
|
||||
- **Behavior**: Polls `getTransactionReceipt` every 10 seconds. The wait is
|
||||
persisted: closing and reopening the popup resumes the poll, with the elapsed
|
||||
counter and the timeout deadline still measured from the original broadcast. A
|
||||
lookup that fails is retried on the next tick rather than counted as a missing
|
||||
receipt.
|
||||
counter and the timeout deadline still measured from the original broadcast.
|
||||
- **Transitions**:
|
||||
- Receipt found → **SuccessTx**
|
||||
- A lookup that answers "no receipt" 60 seconds or more after broadcast →
|
||||
**ErrorTx** (timeout message)
|
||||
- 60 seconds without confirmation → **ErrorTx** (timeout message)
|
||||
- Exactly one of the two: a receipt found on the tick that crosses the
|
||||
deadline wins, and neither outcome can be rendered over the other
|
||||
|
||||
|
||||
Reference in New Issue
Block a user