diff options
author | Anthony Towns <aj@erisian.com.au> | 2023-08-28 15:25:34 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2023-08-28 22:09:39 +1000 |
commit | 13eb8aa572644a53ae0d631916cb4cbc273a92d1 (patch) | |
tree | 953b0b65ecc9fa34991318dfff9c4d4ce9db294a /doc | |
parent | e1dc15d69061e69351c72907444e8ded0ac7c88c (diff) |
doc: Release notes for testnet defaulting to -acceptnonstdtxn=0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-28354.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-28354.md b/doc/release-notes-28354.md new file mode 100644 index 0000000000..03d421eb42 --- /dev/null +++ b/doc/release-notes-28354.md @@ -0,0 +1,6 @@ +Tests +----- + +- Non-standard transactions are now disabled by default on testnet + for relay and mempool acceptance. The previous behaviour can be + re-enabled by setting `-acceptnonstdtxn=1`. (#28354) |