mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 09:53:47 +01:00
doc: getdeploymentinfo release notes tweaks
This commit is contained in:
parent
d4e92d8436
commit
555eafa793
@ -1,9 +0,0 @@
|
||||
Updated RPCs
|
||||
------------
|
||||
|
||||
- Information on soft fork status has been moved from `getblockchaininfo`
|
||||
to `getdeploymentinfo` which allows querying soft fork status at any
|
||||
block, rather than just at the chain tip. Inclusion of soft fork
|
||||
status in `getblockchaininfo` can currently be restored using the
|
||||
configuration `-deprecatedrpc=softforks`, but this will be removed in
|
||||
a future release. (#23508)
|
@ -115,6 +115,15 @@ Updated RPCs
|
||||
New RPCs
|
||||
--------
|
||||
|
||||
- Information on soft fork status has been moved from `getblockchaininfo`
|
||||
to the new `getdeploymentinfo` RPC which allows querying soft fork status at any
|
||||
block, rather than just at the chain tip. Inclusion of soft fork
|
||||
status in `getblockchaininfo` can currently be restored using the
|
||||
configuration `-deprecatedrpc=softforks`, but this will be removed in
|
||||
a future release. Note that in either case, the `status` field
|
||||
now reflects the status of the current block rather than the next
|
||||
block. (#23508)
|
||||
|
||||
Build System
|
||||
------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user