docs: add release notes for 31603

This commit is contained in:
brunoerg 2025-01-08 17:41:47 -03:00
parent a8b548d75d
commit 21e9d39a37

View File

@ -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 a whitespace at the beginning or the end
of the public key within a fragment - e.g. `pk( KEY)` or `pk(KEY )`.