blob: 819237211409226347efb5aeb24bcea63553be7e (
plain)
1
2
3
4
5
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 )`.
|