Expected behavior
Descriptor is imported successfully.
Actual behavior
Descriptor is not imported. There is the error:
[
{
"success": false,
"error": {
"code": -5,
"message": "Missing checksum"
}
}
]
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.