Skip to content

Commit

Permalink
docs: misc minor fixes to api cbor messages doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDriver committed Jan 25, 2024
1 parent 068857f commit a3602f5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ Request to initiate a firmware update using a binary diff/patch to be applied on
{
"id": "7",
"method": "ota",
"method": "ota_delta",
"params": {
"fwsize": 926448,
"patchsize": 987291,
Expand Down Expand Up @@ -578,7 +578,8 @@ ota_complete reply
"result": true
}
* A 'true' response implies the firmware upload completed successfully, and the next restart will attempt to boot the new firmware.
* A 'true' response implies the firmware upload completed successfully, and the next restart (which should happen immediately/automatically) will attempt to boot the new firmware.


.. _register_descriptor_request:

Expand Down Expand Up @@ -749,7 +750,7 @@ get_registered_multisigs reply
}
}
.. _get_registered_multisigs_request:
.. _get_registered_multisig_request:

get_registered_multisig request
-------------------------------
Expand All @@ -772,7 +773,7 @@ NOTE: the multisig wallet must have been registered with firmware v1.0.23 or lat
* If 'as_file' is false, structured json is returned


.. _get_registered_multisigs_reply:
.. _get_registered_multisig_reply:

get_registered_multisig reply
-----------------------------
Expand Down Expand Up @@ -1820,6 +1821,7 @@ A batch of 'tx_input' messages should be sent to Jade - one for each tx input, a
* In addition, if a signature is required for this input and 'is_witness' is 'true', then the input utxo 'value_commitment' must be passed.
* NOTE: no 'input_tx' is needed.
* For advanced tx types, eg swaps, with blinded inputs, we pass the unblinding info here. ie. asset_id, abf, asset_generator, value and vbf - these are as in the 'commitments' data in sign_liquid_tx_legacy_request_.

Once the entire batch (of 'tx_input' messages) has been sent, processed and confirmed on Jade, a batch of replies are sent.

.. _sign_liquid_tx_legacy_input_reply:
Expand Down

0 comments on commit a3602f5

Please sign in to comment.