mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
doc: recommend script_flags instead of deployments.taproot
Co-authored-by: maflcko <6399679+maflcko@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
RPC
|
||||
---
|
||||
|
||||
- 'taproot' has been removed from 'getdeploymentinfo' because its historical activation height is no longer used anywhere in the codebase. (#26201)
|
||||
- 'taproot' has been removed from 'getdeploymentinfo' because its historical
|
||||
activation height is no longer used anywhere in the codebase.
|
||||
Applications that rely on `deployments.taproot` to detect Taproot support
|
||||
should either assume Taproot to be always active (since Bitcoin Core v24.0),
|
||||
or check for `TAPROOT` in the `script_flags` array returned by
|
||||
`getdeploymentinfo` (since Bitcoin Core v31.0). (#26201)
|
||||
|
||||
Reference in New Issue
Block a user