Use accessor function for theConfig

This commit is contained in:
Vinnie Falco
2013-07-24 07:28:11 -07:00
parent c27294e0f0
commit 788817e55c
30 changed files with 257 additions and 263 deletions

View File

@@ -54,7 +54,7 @@ void Transactor::calculateFee ()
uint64 Transactor::calculateBaseFee ()
{
return theConfig.FEE_DEFAULT;
return getConfig ().FEE_DEFAULT;
}
TER Transactor::payFee ()