Skip to content

Commit de7485d

Browse files
committed
vl method: add public_key field
Fixes XRPLF#924. Documents XRPLF/rippled#3488
1 parent 465c05a commit de7485d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/references/rippled-api/peer-port-methods/validator-list.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ The JSON object has the following fields:
3535
| `blob` | String | Base64-encoded JSON data representing the validator list. |
3636
| `signature` | String | The signature of the `blob` data, in hexadecimal. |
3737
| `version` | Number | The version of the validator list protocol this object uses. The current version is **1**. A higher version number indicates backwards-incompatible changes with a previous version of the validator list protocol. |
38-
<!--{# This field isn't included in the rippled response, but should be. https://github.com/ripple/rippled/issues/3392
39-
| `public_key` | String | The public key used to verify this validator list data, in hexadecimal. This is a 32-byte Ed25519 public key prefixed with the byte `0xED`. |
40-
#}-->
38+
| `public_key` | String | The public key used to verify this validator list data, in hexadecimal. This is a 32-byte Ed25519 public key prefixed with the byte `0xED`. [New in: rippled 1.7.0][] |
4139

4240
### Manifest Data
4341
[[Source]](https://github.com/ripple/rippled/blob/97712107b71a8e2089d2e3fcef9ebf5362951110/src/ripple/app/misc/impl/Manifest.cpp#L43-L66 "Source")

0 commit comments

Comments
 (0)