mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 16:02:40 +02:00
test: Require standard txs in regtest
This commit is contained in:
@ -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
|
||||
------------
|
||||
|
||||
|
Reference in New Issue
Block a user