mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 14:45:50 +00:00
[DOC] gateway guide - move warning to right place
This commit is contained in:
@@ -323,6 +323,8 @@ POST http://localhost:8088/
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
_(**Reminder:** Don't send your secret to a server you do not control.)_
|
||||||
|
|
||||||
Response:
|
Response:
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -350,8 +352,6 @@ Response:
|
|||||||
|
|
||||||
To confirm that an account has DefaultRipple enabled, look up the account using the [account_info command](rippled-apis.html#account-info), specifying a validated ledger version. Use [the xor operator](https://en.wikipedia.org/wiki/Exclusive_or) to compare the `Flags` field with 0x00800000 (the [ledger flag lsfDefaultRipple](https://wiki.ripple.com/Ledger_Format#AccountRoot)). If the result of the xor operation is nonzero, then the account has DefaultRipple enabled.
|
To confirm that an account has DefaultRipple enabled, look up the account using the [account_info command](rippled-apis.html#account-info), specifying a validated ledger version. Use [the xor operator](https://en.wikipedia.org/wiki/Exclusive_or) to compare the `Flags` field with 0x00800000 (the [ledger flag lsfDefaultRipple](https://wiki.ripple.com/Ledger_Format#AccountRoot)). If the result of the xor operation is nonzero, then the account has DefaultRipple enabled.
|
||||||
|
|
||||||
_(**Reminder:** Don't send your secret to a server you do not control.)_
|
|
||||||
|
|
||||||
|
|
||||||
## Generating Souce and Destination Tags ##
|
## Generating Souce and Destination Tags ##
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user