Expected behavior
Descriptor is imported successfully.
Actual behavior
Descriptor is not imported. There is the error:
0[
1 {
2 "success": false,
3 "error": {
4 "code": -5,
5 "message": "Missing checksum"
6 }
7 }
8]
To reproduce
- Execute the RPC command, e.g.:
importdescriptors '[{"desc": "tr(cUTFbLPUaBAPmTKwjcDs4rWHUSEUbUBfkPMogrbTmQFnJA3vgrLE)", "timestamp": "now"}]'
System information
Bitcoin Core 24.0.1
Excerpt from the BIP-380 specification:
The top level expression is a SCRIPT. This expression may be followed by #CHECKSUM, where CHECKSUM is an 8 character alphanumeric descriptor checksum.