Seeing how this works
- Foo
- Bar
- Baz
Blockquote
also
INFO
test test
NOTINFO
test test
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
| Arrival pattern | Behaviour |
|---|---|
| Both forks in one batch | DuplicateSeqNumber error; entire batch dropped, including honest changes |
| Second fork arrives later | DuplicateSeqNumber; queued dependents of that actor branch purged |
| Forks on different peers, then sync | Permanent divergence; every sync attempt between them errors forever |