1. Foo 2. Bar 3. Baz > Blockquote also > [!INFO] > test test > [!NOTINFO] > test test ```mermaid 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 |