diff --git a/include/xrpl/protocol/LedgerFormats.h b/include/xrpl/protocol/LedgerFormats.h index 5f3cca53ac..e2ac5bd071 100644 --- a/include/xrpl/protocol/LedgerFormats.h +++ b/include/xrpl/protocol/LedgerFormats.h @@ -132,7 +132,7 @@ enum LedgerSpecificFlags { lsfNoFreeze = 0x00200000, // True, cannot freeze ripple states lsfGlobalFreeze = 0x00400000, // True, all assets frozen lsfDefaultRipple = - 0x00800000, // True, trust lines allow rippling by default + 0x00800000, // True, incoming trust lines allow rippling by default lsfDepositAuth = 0x01000000, // True, all deposits require authorization /* // reserved for Hooks amendment lsfTshCollect = 0x02000000, // True, allow TSH collect-calls to acc hooks