Skip to content

Commit 51ee99a

Browse files
committed
docs(bitcoind_rpc): fixed typo in docs
1 parent 73ab1eb commit 51ee99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitcoind_rpc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ where
168168

169169
if at_tip {
170170
// We only emit evicted transactions when we have already emitted the RPC tip. This is
171-
// because we cannot differenciate between transactions that are confirmed and
171+
// because we cannot differentiate between transactions that are confirmed and
172172
// transactions that are evicted, so we rely on emitted blocks to remove
173173
// transactions from the `mempool_snapshot`.
174174
mempool_event.evicted = self

0 commit comments

Comments
 (0)