We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea856e commit 0182926Copy full SHA for 0182926
test/functional/mempool_accept.py
@@ -46,6 +46,7 @@ def set_test_params(self):
46
'-txindex',
47
'-txindex','-permitbaremultisig=0',
48
'-multi_data_permitted=1', # Elements test
49
+ '-dustrelayfee=0.00003000', # ELEMENTS: use the Bitcoin default dust relay fee rate
50
]] * self.num_nodes
51
self.supports_cli = False
52
0 commit comments