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:
Ben Westgate
2025-10-21 10:24:29 -05:00
committed by GitHub
parent 2a46e94a16
commit de7c3587cd

View File

@@ -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: