Inject Config:

* Use dependency injections instead
* Remove deprecated fee interfaces
This commit is contained in:
Nik Bougalis
2015-09-18 12:15:12 -07:00
committed by Vinnie Falco
parent c7b3153958
commit fa796a2eb5
57 changed files with 541 additions and 688 deletions

View File

@@ -261,7 +261,7 @@ Payment::doApply ()
}
else if (saDstAmount < STAmount (view().fees().accountReserve(0)))
{
// getReserve() is the minimum amount that an account can have.
// accountReserve is the minimum amount that an account can have.
// Reserve is not scaled by load.
j_.trace <<
"Delay transaction: Destination account does not exist. " <<