Skip to content

Commit 24f97c6

Browse files
committed
Update with feedback
1 parent 6f4a89f commit 24f97c6

File tree

1 file changed

+6
-29
lines changed
  • docs/references/http-websocket-apis/public-api-methods/server-info-methods

1 file changed

+6
-29
lines changed

docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md

+6-29
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ An example of the request format:
2727
{% tab label="WebSocket" %}
2828
```json
2929
{
30-
"id": "list_all_features",
31-
"command": "feature"
30+
"command": "feature",
31+
"feature": "4C97EBA926031A7CF7D7B36FDE3ED66DDA5421192D63DE53FFB46E43B9DC8373"
3232
}
3333
```
3434
{% /tab %}
@@ -72,34 +72,11 @@ An example of a successful response:
7272
{% tab label="WebSocket" %}
7373
```json
7474
{
75-
"id": "list_all_features",
7675
"result": {
77-
"features": {
78-
"00C1FC4A53E60AB02C864641002B3172F38677E29C26C5406685179B37E1EDAC": {
79-
"enabled": true,
80-
"name": "RequireFullyCanonicalSig",
81-
"supported": true
82-
},
83-
"0285B7E5E08E1A8E4C15636F0591D87F73CB6A7B6452A932AD72BBC8E5D1CBE3": {
84-
"enabled": false,
85-
"name": "fixNFTokenDirV1",
86-
"supported": true
87-
},
88-
"03BDC0099C4E14163ADA272C1B6F6FABB448CC3E51F522F978041E4B57D9158C": {
89-
"enabled": true,
90-
"name": "fixNFTokenReserve",
91-
"supported": true
92-
},
93-
"07D43DCE529B15A10827E5E04943B496762F9A88E3268269D69C44BE49E21104": {
94-
"enabled": false,
95-
"name": "Escrow",
96-
"supported": true
97-
},
98-
"08DE7D96082187F6E6578530258C77FAABABE4C20474BDB82F04B021F1A68647": {
99-
"enabled": false,
100-
"name": "PayChan",
101-
"supported": true
102-
}
76+
"4C97EBA926031A7CF7D7B36FDE3ED66DDA5421192D63DE53FFB46E43B9DC8373": {
77+
"enabled": false,
78+
"name": "MultiSign",
79+
"supported": true
10380
}
10481
},
10582
"status": "success",

0 commit comments

Comments
 (0)