mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-06 13:09:43 +01:00
doc: add release note for bitcoin-cli -generate
This commit is contained in:
7
doc/release-notes-19133.md
Normal file
7
doc/release-notes-19133.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## CLI
|
||||
|
||||
A new `bitcoin-cli -generate` command, equivalent to RPC `generatenewaddress`
|
||||
followed by `generatetoaddress`, can generate blocks for command line testing
|
||||
purposes. This is a client-side version of the
|
||||
[former](https://github.com/bitcoin/bitcoin/issues/14299) `generate` RPC. See
|
||||
the help for details. (#19133)
|
||||
Reference in New Issue
Block a user