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 73ab1eb commit 51ee99aCopy full SHA for 51ee99a
crates/bitcoind_rpc/src/lib.rs
@@ -168,7 +168,7 @@ where
168
169
if at_tip {
170
// 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
+ // because we cannot differentiate between transactions that are confirmed and
172
// transactions that are evicted, so we rely on emitted blocks to remove
173
// transactions from the `mempool_snapshot`.
174
mempool_event.evicted = self
0 commit comments