Skip to content

Commit de7c358

Browse files
authored
doc: Update add checksum instructions in tutorial
Clarify how to add the checksum for a descriptor in non-canonical form.
1 parent 2a46e94 commit de7c358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/multisig-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ multisig_desc="[{\"desc\": \"${desc}#${checksum}\", \"active\": true, \"timestam
7979

8080
After creating the descriptor, it is necessary to add the checksum, which is required by the `importdescriptors` RPC.
8181

82-
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.
82+
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.
8383

8484
There are other fields that can be added to the descriptor:
8585

0 commit comments

Comments
 (0)