Skip to content

Commit 0182926

Browse files
committed
test: use bitcoin default dustrelayfee in mempool_accept.py
1 parent 0ea856e commit 0182926

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/mempool_accept.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def set_test_params(self):
4646
'-txindex',
4747
'-txindex','-permitbaremultisig=0',
4848
'-multi_data_permitted=1', # Elements test
49+
'-dustrelayfee=0.00003000', # ELEMENTS: use the Bitcoin default dust relay fee rate
4950
]] * self.num_nodes
5051
self.supports_cli = False
5152

0 commit comments

Comments
 (0)