mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-05 03:05:49 +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
|
? terNO_LINE
|
||||||
: tecNO_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 <<
|
m_journal.debug <<
|
||||||
"delay: can't receive IOUs from issuer without auth.";
|
"delay: can't receive IOUs from issuer without auth.";
|
||||||
|
|||||||
Reference in New Issue
Block a user