diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-08-27 16:53:11 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-16 18:53:04 +0200 |
commit | fa4db8671bb604e11b43a837f91de8866226f166 (patch) | |
tree | b48353484a513bdb439d937aed38946999be8fcd /doc | |
parent | faad1e5ffda255aecf1b0ea2152cd4f6805e678f (diff) |
test: Activate all regtest softforks at height 1, unless overridden
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 6815408ca7..3bdc539bbc 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -109,10 +109,8 @@ Tests ----- - For the `regtest` network the activation heights of several softforks were - changed. - * BIP 34 (blockheight in coinbase) from 500 to 2 (#16333) - * BIP 66 (DERSIG) from 1251 to 102 (#22632) - * BIP 65 (CLTV) from 1351 to 111 (#21862) + set to block height 1. They can be changed by the runtime setting + `-testactivationheight=name@height`. (#22818) Credits ======= |