mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-28 01:20:14 +00:00
* fix: uritoken destination & amount * Update URIToken.cpp * add lsfBurnable flag * make uritoken patch a fix amendment * clang-format
Ripple Source Guidelines
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