mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
7 lines
292 B
Markdown
7 lines
292 B
Markdown
|
Wallet
|
||
|
------
|
||
|
|
||
|
* Address Purposes strings are now restricted to the currently known values of "send", "receive", and "refund".
|
||
|
Wallets that have unrecognized purpose strings will have loading warnings, and the `listlabels`
|
||
|
RPC will raise an error if an unrecognized purpose is requested.
|