mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Inject Config:
* Use dependency injections instead * Remove deprecated fee interfaces
This commit is contained in:
committed by
Vinnie Falco
parent
c7b3153958
commit
fa796a2eb5
@@ -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. " <<
|
||||
|
||||
Reference in New Issue
Block a user