Skip to content

Commit 4091d62

Browse files
committed
no-merge: introduce typo to demonstrate assert_equal issue
bitcoin#27380 (comment)
1 parent f4a8269 commit 4091d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/interface_usdt_mempool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def handle_rejected_event(_, data, __):
315315

316316
# expected data
317317
txid = tx["tx"].hash
318-
reason = "min relay fee not met"
318+
reason = "min erlay fee not met"
319319

320320
self.log.info("Polling buffer...")
321321
bpf.perf_buffer_poll(timeout=200)

0 commit comments

Comments
 (0)