mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-26 05:44:03 +02:00
Updated RBF test to manually set mempoolreplacement policy to 1.
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