File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def run_test(self):
36
36
miniwallet = MiniWallet (node )
37
37
relayfee = node .getnetworkinfo ()['relayfee' ]
38
38
39
- self .log .info ('Check that mempoolminfee is minrelytxfee ' )
39
+ self .log .info ('Check that mempoolminfee is minrelaytxfee ' )
40
40
assert_equal (node .getmempoolinfo ()['minrelaytxfee' ], Decimal ('0.00001000' ))
41
41
assert_equal (node .getmempoolinfo ()['mempoolminfee' ], Decimal ('0.00001000' ))
42
42
@@ -68,7 +68,7 @@ def run_test(self):
68
68
# Initial tx created should not be present in the mempool anymore as it had a lower fee rate
69
69
assert tx_to_be_evicted_id not in node .getrawmempool ()
70
70
71
- self .log .info ('Check that mempoolminfee is larger than minrelytxfee ' )
71
+ self .log .info ('Check that mempoolminfee is larger than minrelaytxfee ' )
72
72
assert_equal (node .getmempoolinfo ()['minrelaytxfee' ], Decimal ('0.00001000' ))
73
73
assert_greater_than (node .getmempoolinfo ()['mempoolminfee' ], Decimal ('0.00001000' ))
74
74
You can’t perform that action at this time.
0 commit comments