From a17ff9aa07d7c08f8cbc22b67c659406d6cbc345 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 4 Jan 2024 08:44:44 -0800 Subject: [PATCH] Update apitool-methods-ws.js --- assets/js/apitool-methods-ws.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/js/apitool-methods-ws.js b/assets/js/apitool-methods-ws.js index 0ad9b21dc7f..bd766240a9b 100644 --- a/assets/js/apitool-methods-ws.js +++ b/assets/js/apitool-methods-ws.js @@ -595,7 +595,8 @@ Request('server_state', { link: "server_state.html", body: { "id": 1, - "command": "server_state" + "command": "server_state", + "ledger_index": "current" } })