Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chaincfg: fix deployment bit numbers
On signet all previous soft forks and also taproot are always activated, meaning the version is always 0x20000000 for all blocks. To make sure they activate properly in `btcd` we therefore need to use the correct bit to mask the version. This means that on any custom signet there would need to be 2016 blocks mined before SegWit or Taproot can be used.
- Loading branch information