mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Mark two FIXMEs in code that handles fees wrongly. Work on doing fees correctly.
This commit is contained in:
@@ -134,7 +134,9 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
LoadFeeTrack() : mLocalTxnLoadFee(lftNormalFee), mRemoteTxnLoadFee(lftNormalFee) { ; }
|
||||
LoadFeeTrack(uint32 baseRef, uint32 baseFee) : mBaseRef(baseRef), mBaseFee(baseFee),
|
||||
mLocalTxnLoadFee(lftNormalFee), mRemoteTxnLoadFee(lftNormalFee)
|
||||
{ ; }
|
||||
|
||||
uint64 scaleFeeBase(uint64 fee); // Scale from fee units to millionths of a ripple
|
||||
uint64 scaleFeeLoad(uint64 fee); // Scale using load as well as base rate
|
||||
|
||||
Reference in New Issue
Block a user