From 51ee99a39fbf9a6dc0ead964e794ca3bebd43ed0 Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Mon, 21 Jul 2025 07:27:22 +0000 Subject: [PATCH] docs(bitcoind_rpc): fixed typo in docs --- crates/bitcoind_rpc/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bitcoind_rpc/src/lib.rs b/crates/bitcoind_rpc/src/lib.rs index 2c2ca35a..f516be6c 100644 --- a/crates/bitcoind_rpc/src/lib.rs +++ b/crates/bitcoind_rpc/src/lib.rs @@ -168,7 +168,7 @@ where if at_tip { // We only emit evicted transactions when we have already emitted the RPC tip. This is - // because we cannot differenciate between transactions that are confirmed and + // because we cannot differentiate between transactions that are confirmed and // transactions that are evicted, so we rely on emitted blocks to remove // transactions from the `mempool_snapshot`. mempool_event.evicted = self -- 2.49.0