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

@@ -15,7 +15,7 @@ namespace Script
int Operation::getFee ()
{
return (theConfig.FEE_CONTRACT_OPERATION);
return (getConfig ().FEE_CONTRACT_OPERATION);
}
}