You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/references/rippled-api/peer-port-methods/validator-list.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,7 @@ The JSON object has the following fields:
35
35
|`blob`| String | Base64-encoded JSON data representing the validator list. |
36
36
|`signature`| String | The signature of the `blob` data, in hexadecimal. |
37
37
|`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][]|
0 commit comments