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 e5709a4 commit 87b26e3Copy full SHA for 87b26e3
test/functional/mempool_ephemeral_dust.py
@@ -61,7 +61,7 @@ def run_test(self):
61
self.test_non_truc()
62
self.test_unspent_ephemeral()
63
self.test_reorgs()
64
- self.test_free_relay()
+ self.test_no_minrelay_fee()
65
66
def test_normal_dust(self):
67
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):
401
self.sync_all()
402
403
# N.B. this extra_args can be removed post cluster mempool
404
- def test_free_relay(self):
+ def test_no_minrelay_fee(self):
405
self.log.info("Test that ephemeral dust works in non-TRUC contexts when there's no minrelay requirement")
406
407
# Note: since minrelay is 0, it is not testing 1P1C relay
0 commit comments