Skip to content

Commit 87b26e3

Browse files
committed
func: rename test_free_relay to test_no_minrelay_fee
1 parent e5709a4 commit 87b26e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/mempool_ephemeral_dust.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def run_test(self):
6161
self.test_non_truc()
6262
self.test_unspent_ephemeral()
6363
self.test_reorgs()
64-
self.test_free_relay()
64+
self.test_no_minrelay_fee()
6565

6666
def test_normal_dust(self):
6767
self.log.info("Create 0-value dusty output, show that it works inside truc when spent in package")
@@ -401,7 +401,7 @@ def test_reorgs(self):
401401
self.sync_all()
402402

403403
# N.B. this extra_args can be removed post cluster mempool
404-
def test_free_relay(self):
404+
def test_no_minrelay_fee(self):
405405
self.log.info("Test that ephemeral dust works in non-TRUC contexts when there's no minrelay requirement")
406406

407407
# Note: since minrelay is 0, it is not testing 1P1C relay

0 commit comments

Comments
 (0)