Fix OfferCreate handling of reserves.

This commit is contained in:
Arthur Britto
2012-12-18 18:08:29 -08:00
parent a30d065e87
commit 7d2cfdc063
5 changed files with 17 additions and 11 deletions

View File

@@ -239,7 +239,7 @@ TER TrustSetTransactor::doApply()
Log(lsINFO) << "doTrustSet: Delay transaction: Insufficent reserve to add trust line.";
// Another transaction could provide XRP to the account and then this transaction would succeed.
terResult = terINSUF_RESERVE;
terResult = terINSUF_RESERVE_LINE;
}
else
{