Removed section (lsfDisallowFlag) as requested

This commit is contained in:
AlexanderBuzz
2023-07-30 20:52:04 +02:00
parent f1de2b649f
commit cb629d1004

View File

@@ -1341,7 +1341,7 @@ One type of check we could make is to verify the domain name associated with an
The code in `8_helpers.js` looks up the account on the ledger by sending an [`account_info`](account_info.html) request. The code in `8_helpers.js` looks up the account on the ledger by sending an [`account_info`](account_info.html) request.
If the account does exist, the code checks for the [`lsfDisallowXRP` flag](accountroot.html#accountroot-flags). Note that this is an `lsf` (ledger state flag) value because this is an object from the ledger state data; these are different than the flag values the [AccountSet transaction][] uses to configure the same settings. If the account does exist, the code checks for the [`lsfDisallowXRP` flag](accountroot.html#accountroot-flags).
2. Import the new helper function in`index.js`: 2. Import the new helper function in`index.js`: