mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 20:36:21 +01:00
doc: Update add checksum instructions in tutorial
Clarify how to add the checksum for a descriptor in non-canonical form.
This commit is contained in:
@@ -79,7 +79,7 @@ multisig_desc="[{\"desc\": \"${desc}#${checksum}\", \"active\": true, \"timestam
|
||||
|
||||
After creating the descriptor, it is necessary to add the checksum, which is required by the `importdescriptors` RPC.
|
||||
|
||||
The checksum for a descriptor without one can be computed using the `getdescriptorinfo` RPC. The response has the `descriptor` field, which is the descriptor with the checksum added.
|
||||
The checksum for a descriptor without one can be computed using the `getdescriptorinfo` RPC. The response has the `checksum` field, which is the checksum for the input descriptor, append "#" and this checksum to the input descriptor.
|
||||
|
||||
There are other fields that can be added to the descriptor:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user