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"
|
- Count-up timer: "Waiting for confirmation... Ns"
|
||||||
- **Behavior**: Polls `getTransactionReceipt` every 10 seconds. The wait is
|
- **Behavior**: Polls `getTransactionReceipt` every 10 seconds. The wait is
|
||||||
persisted: closing and reopening the popup resumes the poll, with the elapsed
|
persisted: closing and reopening the popup resumes the poll, with the elapsed
|
||||||
counter and the timeout deadline still measured from the original broadcast. A
|
counter and the timeout deadline still measured from the original broadcast.
|
||||||
lookup that fails is retried on the next tick rather than counted as a missing
|
|
||||||
receipt.
|
|
||||||
- **Transitions**:
|
- **Transitions**:
|
||||||
- Receipt found → **SuccessTx**
|
- Receipt found → **SuccessTx**
|
||||||
- A lookup that answers "no receipt" 60 seconds or more after broadcast →
|
- 60 seconds without confirmation → **ErrorTx** (timeout message)
|
||||||
**ErrorTx** (timeout message)
|
|
||||||
- Exactly one of the two: a receipt found on the tick that crosses the
|
- 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
|
deadline wins, and neither outcome can be rendered over the other
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user