mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Begin to sanitize the fee structure. Implement load scaling.
This commit is contained in:
@@ -24,7 +24,11 @@ protected:
|
||||
TER checkSeq();
|
||||
TER payFee();
|
||||
|
||||
virtual void calculateFee();
|
||||
void calculateFee();
|
||||
|
||||
// Returns the fee, not scaled for load (Should be in fee units. FIXME)
|
||||
virtual uint64_t calculateBaseFee();
|
||||
|
||||
virtual TER checkSig();
|
||||
virtual TER doApply()=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user