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:
@@ -2,7 +2,7 @@
|
||||
|
||||
class RegularKeySetTransactor : public Transactor
|
||||
{
|
||||
void calculateFee();
|
||||
uint64_t calculateBaseFee();
|
||||
public:
|
||||
RegularKeySetTransactor(const SerializedTransaction& txn,TransactionEngineParams params, TransactionEngine* engine) : Transactor(txn,params,engine) {}
|
||||
TER checkFee();
|
||||
|
||||
Reference in New Issue
Block a user