From 7fe6fe4dcea64a68d3de0c9fe1bbb1ee4bd5dd90 Mon Sep 17 00:00:00 2001 From: "Jamie C. Driver" Date: Thu, 25 Jan 2024 15:38:51 +0000 Subject: [PATCH] doc test --- docs/index.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 35987e9b..cb7bc7e5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -580,17 +580,6 @@ ota_complete reply * A 'true' response implies the firmware upload completed successfully, and the next restart will attempt to boot the new firmware. -.. _register_descriptor_request: - -register_descriptor request ---------------------------- - -Jade can store up to 16 user-defined miniscript descriptor wallet configurations, which need to be confirmed on the hw. - -* 'descriptor_name' is a string, and must be less than 16 characters long. Using an existing name will overwrite the corresponding descriptor registration record. -* 'descriptor' is the descriptor string. It must be a 'wallet policy' miniscript expression with the keys presented in the accompanying datavalues map. -* 'datavalues' is the map of signers' keys, which must include an entry for the Jade signer. - .. _register_descriptor_reply: register_descriptor reply