From: Wei Chen Date: Mon, 21 Jul 2025 07:27:22 +0000 (+0000) Subject: docs(bitcoind_rpc): fixed typo in docs X-Git-Tag: bitcoind_rpc-0.21.0~5^2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=51ee99a39fbf9a6dc0ead964e794ca3bebd43ed0;p=bdk docs(bitcoind_rpc): fixed typo in docs --- 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