mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-13 11:25:02 -05:00
5 lines
286 B
Markdown
5 lines
286 B
Markdown
![]() |
RPC changes
|
||
|
-----------
|
||
|
`createwallet` now returns a warning if an empty string is used as an encryption password, and does not encrypt the wallet, instead of raising an error.
|
||
|
This makes it easier to disable encryption but also specify other options when using the `bitcoin-cli` tool.
|