Turn off mempool consistency check in fedpeg test to avoid assert

This commit is contained in:
Gregory Sanders 2019-04-05 12:50:03 -04:00
parent a904f02fb1
commit 8b718d25dc

View file

@ -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([