Fee check was backwards.

This commit is contained in:
JoelKatz
2012-05-31 21:19:05 -07:00
parent d49b2a6885
commit 11e7aafd08

View File

@@ -294,7 +294,7 @@ TransactionEngineResult TransactionEngine::applyTransaction(const SerializedTran
return result;
STAmount saPaid = txn.getTransactionFee();
if ( (params & tepNO_CHECK_FEE) != tepNONE)
if ((params & tepNO_CHECK_FEE) == tepNONE)
{
if (saCost)
{