Files
rippled/src/ripple
Bronek Kozicki c706926ee3 Change order of checks in amm_info: (#4924)
* Change order of checks in amm_info

* Change amm_info error message in API version 3

* Change amm_info error tests
2024-06-18 12:55:40 -04:00
..
2024-05-02 11:14:59 -04:00
2024-05-02 11:14:59 -04:00
2024-06-14 15:36:59 -04:00
2024-03-13 21:14:43 -05:00
2024-04-19 11:32:13 -05:00
2020-02-25 19:21:50 -08:00
2018-03-02 07:37:15 -08:00

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