mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix lexicographical compare during tfRequireAuth processing
This commit is contained in:
committed by
Vinnie Falco
parent
bee12fb89d
commit
22af79606a
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user