mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-23 04:16:52 +02:00
Merge pull request #124 from rusty-loy/classic_12_rbf_test_fix
Make test not depend on default values.
This commit is contained in:
@@ -82,7 +82,8 @@ class ReplaceByFeeTest(BitcoinTestFramework):
|
||||
"-limitancestorcount=50",
|
||||
"-limitancestorsize=101",
|
||||
"-limitdescendantcount=200",
|
||||
"-limitdescendantsize=101"
|
||||
"-limitdescendantsize=101",
|
||||
"-mempoolreplacement=1"
|
||||
]))
|
||||
self.is_network_split = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user