diff --git a/src/ripple_app/transactors/CreateOfferLegacy.cpp b/src/ripple_app/transactors/CreateOfferLegacy.cpp index e832c59ac..be773f6a4 100644 --- a/src/ripple_app/transactors/CreateOfferLegacy.cpp +++ b/src/ripple_app/transactors/CreateOfferLegacy.cpp @@ -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.";