mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanups. uint64_t -> uint64
This commit is contained in:
@@ -27,7 +27,7 @@ protected:
|
||||
void calculateFee();
|
||||
|
||||
// Returns the fee, not scaled for load (Should be in fee units. FIXME)
|
||||
virtual uint64_t calculateBaseFee();
|
||||
virtual uint64 calculateBaseFee();
|
||||
|
||||
virtual TER checkSig();
|
||||
virtual TER doApply()=0;
|
||||
|
||||
Reference in New Issue
Block a user