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:
@@ -15,7 +15,7 @@ namespace Script
|
||||
|
||||
int Operation::getFee ()
|
||||
{
|
||||
return (theConfig.FEE_CONTRACT_OPERATION);
|
||||
return (getConfig ().FEE_CONTRACT_OPERATION);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user