mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
246 B
246 B
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)
orpk(KEY )
.