diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2024-08-15 17:13:33 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2024-08-20 13:25:00 +0200 |
commit | e85f386c4b157b7d1ac16aface9bd2c614e62b46 (patch) | |
tree | d73744dd7d40f8d64cc2961f8fcf9da6f760316d /doc | |
parent | dd154b05689c60fad45df0df6d31cec12e09ab21 (diff) |
consensus: enable BIP94 on regtest
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-30647.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes-30647.md b/doc/release-notes-30647.md new file mode 100644 index 0000000000..ca91f0aaeb --- /dev/null +++ b/doc/release-notes-30647.md @@ -0,0 +1,4 @@ +Tests +----- + +- The BIP94 timewarp attack mitigation is now active on the `regtest` network |