0 | @@ -1,4 +1,8 @@
1 | RPC
2 | ---
3 |
4 | -- 'taproot' has been removed from 'getdeploymentinfo' because its historical activation height is no longer used anywhere in the codebase. (#26201)
5 | +- 'taproot' has been removed from 'getdeploymentinfo' because its historical
6 | + activation height is no longer used anywhere in the codebase.
7 | + Applications that rely on `deployments.taproot` to detect Taproot support
8 | + should instead check for `TAPROOT` in the `script_flags` array returned by
should either assume Taproot to be always active (since Bitcoin Core v24.0), or check for `TAPROOT` in the `script_flags` array returned by