mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use accessor function for theConfig
This commit is contained in:
@@ -54,7 +54,7 @@ void Transactor::calculateFee ()
|
||||
|
||||
uint64 Transactor::calculateBaseFee ()
|
||||
{
|
||||
return theConfig.FEE_DEFAULT;
|
||||
return getConfig ().FEE_DEFAULT;
|
||||
}
|
||||
|
||||
TER Transactor::payFee ()
|
||||
|
||||
Reference in New Issue
Block a user