Skip to content

Commit

Permalink
func: rename test_free_relay to test_no_minrelay_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Nov 20, 2024
1 parent e5709a4 commit 87b26e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/mempool_ephemeral_dust.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run_test(self):
self.test_non_truc()
self.test_unspent_ephemeral()
self.test_reorgs()
self.test_free_relay()
self.test_no_minrelay_fee()

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

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

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

0 comments on commit 87b26e3

Please sign in to comment.