mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 18:01:39 +02:00
7 lines
246 B
Markdown
7 lines
246 B
Markdown
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 )`.
|