mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
* If an account has any transactions in the transaction queue, submitting a transaction that covers the differences to the open ledger fee level for prior queued transactions plus itself will cause all those transactions to be applied to the open ledger. * tel failures in `TxQ::accept` will leave tx in the queue to retry later.
Newest Style
Each folder contains a single module following the newest style:
- One class per header
- As much implementation hidden as possible
- All major interfaces are abstract
- Every class is documented
- Each module focuses on solving one problem