mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 02:31:05 +02:00
Introduce -testactivationheight=name@height setting
This commit is contained in:
@ -78,18 +78,18 @@ class SegWitTest(BitcoinTestFramework):
|
||||
[
|
||||
"-acceptnonstdtxn=1",
|
||||
"-rpcserialversion=0",
|
||||
"-segwitheight=432",
|
||||
"-testactivationheight=segwit@432",
|
||||
"-addresstype=legacy",
|
||||
],
|
||||
[
|
||||
"-acceptnonstdtxn=1",
|
||||
"-rpcserialversion=1",
|
||||
"-segwitheight=432",
|
||||
"-testactivationheight=segwit@432",
|
||||
"-addresstype=legacy",
|
||||
],
|
||||
[
|
||||
"-acceptnonstdtxn=1",
|
||||
"-segwitheight=432",
|
||||
"-testactivationheight=segwit@432",
|
||||
"-addresstype=legacy",
|
||||
],
|
||||
]
|
||||
|
Reference in New Issue
Block a user