Fix lexicographical compare during tfRequireAuth processing

This commit is contained in:
Nik Bougalis
2014-05-13 12:02:59 -07:00
committed by Vinnie Falco
parent bee12fb89d
commit 22af79606a

View File

@@ -873,7 +873,7 @@ TER ClassicOfferCreateTransactor::doApply ()
? terNO_LINE
: tecNO_LINE;
}
else if (!is_bit_set (sleRippleState->getFieldU32 (sfFlags), (canonical_gt ? lsfHighAuth : lsfLowAuth)))
else if (!is_bit_set (sleRippleState->getFieldU32 (sfFlags), (canonical_gt ? lsfLowAuth : lsfHighAuth)))
{
m_journal.debug <<
"delay: can't receive IOUs from issuer without auth.";