mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
test: Add RegTestingSetup to setup_common
This commit is contained in:
parent
fa54b3e248
commit
fa0a731d00
5 changed files with 12 additions and 14 deletions
|
|
@ -124,7 +124,7 @@ TestingSetup::~TestingSetup()
|
|||
pblocktree.reset();
|
||||
}
|
||||
|
||||
TestChain100Setup::TestChain100Setup() : TestingSetup(CBaseChainParams::REGTEST)
|
||||
TestChain100Setup::TestChain100Setup()
|
||||
{
|
||||
// CreateAndProcessBlock() does not support building SegWit blocks, so don't activate in these tests.
|
||||
// TODO: fix the code to support SegWit blocks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue