mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Turn off mempool consistency check in fedpeg test to avoid assert
This commit is contained in:
parent
a904f02fb1
commit
8b718d25dc
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,9 @@ class FedPegTest(BitcoinTestFramework):
|
|||
'-recheckpeginblockinterval=15', # Long enough to allow failure and repair before timeout
|
||||
'-parentpubkeyprefix=111',
|
||||
'-parentscriptprefix=196',
|
||||
# Turn of consistency checks that can cause assert when parent node stops
|
||||
# and a peg-in transaction fails this belt-and-suspenders check.
|
||||
'-checkmempool=0',
|
||||
]
|
||||
if not self.options.parent_bitcoin:
|
||||
extra_args.extend([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue