mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Better types and more comments in RippleCalc.
* Better automatic conversions to and from tagged uint160 varints. * Start using tagged variants of uint160 for Currency, Account. * Comments from 2014/6/11 RippleCalc session.
This commit is contained in:
committed by
Vinnie Falco
parent
a23013abc1
commit
e24cba8c35
@@ -21,10 +21,11 @@
|
||||
|
||||
#include <ripple/unity/app.h>
|
||||
|
||||
#include <ripple/module/app/book/impl/Taker.cpp>
|
||||
#include <ripple/module/app/book/impl/BookTip.cpp>
|
||||
#include <ripple/module/app/book/impl/OfferStream.cpp>
|
||||
#include <ripple/module/app/book/impl/Quality.cpp>
|
||||
#include <ripple/module/app/book/impl/Taker.cpp>
|
||||
#include <ripple/module/app/book/impl/Types.cpp>
|
||||
|
||||
#include <ripple/module/app/transactors/Transactor.cpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user