diff --git a/doc/release-notes-31603.md b/doc/release-notes-31603.md new file mode 100644 index 0000000000000..d82ef3766991b --- /dev/null +++ b/doc/release-notes-31603.md @@ -0,0 +1,6 @@ +Updated RPCs +-------- + +- Any RPC in which one of the parameters are descriptors will throw an error +if the provided descriptor contains an whitespace at the beginning or end of +the public key within a fragment - e.g. `pk( KEY)` or `pk(KEY )`.