mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-07-23 06:39:58 +02:00
429 B
429 B
RPC
- 'taproot' has been removed from 'getdeploymentinfo' because its historical
activation height is no longer used anywhere in the codebase.
Applications that rely on
deployments.taprootto detect Taproot support should either assume Taproot to be always active (since Bitcoin Core v24.0), or check forTAPROOTin thescript_flagsarray returned bygetdeploymentinfo(since Bitcoin Core v31.0). (#26201)