doc: Release notes for testnet defaulting to -acceptnonstdtxn=0

This commit is contained in:
Anthony Towns 2023-08-28 15:25:34 +10:00
parent e1dc15d690
commit 13eb8aa572

View file

@ -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)