mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
MERGE FIX: enable parent chain in fedpeg-based unit tests
This commit is contained in:
parent
c73e56428b
commit
9494052023
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ BasicTestingSetup::BasicTestingSetup(const std::string& chainName, const std::st
|
|||
// Hack to allow testing of fedpeg args
|
||||
if (!fedpegscript.empty()) {
|
||||
gArgs.SoftSetArg("-fedpegscript", fedpegscript);
|
||||
gArgs.SoftSetBoolArg("-con_has_parent_chain", true);
|
||||
}
|
||||
// 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