mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
chore: Small clarification to lsfDefaultRipple comment (#5410)
This commit is contained in:
@@ -132,7 +132,7 @@ enum LedgerSpecificFlags {
|
|||||||
lsfNoFreeze = 0x00200000, // True, cannot freeze ripple states
|
lsfNoFreeze = 0x00200000, // True, cannot freeze ripple states
|
||||||
lsfGlobalFreeze = 0x00400000, // True, all assets frozen
|
lsfGlobalFreeze = 0x00400000, // True, all assets frozen
|
||||||
lsfDefaultRipple =
|
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
|
lsfDepositAuth = 0x01000000, // True, all deposits require authorization
|
||||||
/* // reserved for Hooks amendment
|
/* // reserved for Hooks amendment
|
||||||
lsfTshCollect = 0x02000000, // True, allow TSH collect-calls to acc hooks
|
lsfTshCollect = 0x02000000, // True, allow TSH collect-calls to acc hooks
|
||||||
|
|||||||
Reference in New Issue
Block a user