diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-04-24 17:55:58 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-06-21 16:45:16 -0400 |
commit | fa89badf887dcc01e5bdece248b5e7d234fee227 (patch) | |
tree | 67297d1686f89e7f202979cdda735132f9a65bdf /doc/release-notes.md | |
parent | fa9b4191609c3ef75e69d391eb91e4d5c1e0bcf5 (diff) |
test: Require standard txs in regtest
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 9efb6cbabb..83c84d34c9 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -103,6 +103,20 @@ Low-level Changes section below. Low-level changes ================= +RPC +--- + + +Tests +----- + +- The regression test chain, that can be enabled by the `-regtest` command line + flag, now requires transactions to not violate standard policy by default. + Making the default the same as for mainnet, makes it easier to test mainnet + behavior on regtest. Be reminded that the testnet still allows non-standard + txs by default and that the policy can be locally adjusted with the + `-acceptnonstdtxn` command line flag for both test chains. + Configuration ------------ |