Skip to content

add(mempool): Verify orphaned mempool transactions #16334

add(mempool): Verify orphaned mempool transactions

add(mempool): Verify orphaned mempool transactions #16334

Triggered via pull request September 9, 2024 19:45
@arya2arya2
opened #8857
Status Success
Total duration 18s
Artifacts

release-drafter.yml

on: pull_request_target
update_release_draft
7s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

3 errors
methods `prune` and `len` are never used: zebrad/src/components/mempool/pending_outputs.rs#L56
error: methods `prune` and `len` are never used --> zebrad/src/components/mempool/pending_outputs.rs:56:12 | 15 | impl PendingOutputs { | ------------------- methods in this implementation ... 56 | pub fn prune(&mut self) { | ^^^^^ ... 61 | pub fn len(&self) -> usize { | ^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
methods `prune` and `len` are never used: zebrad/src/components/mempool/pending_outputs.rs#L56
error: methods `prune` and `len` are never used --> zebrad/src/components/mempool/pending_outputs.rs:56:12 | 15 | impl PendingOutputs { | ------------------- methods in this implementation ... 56 | pub fn prune(&mut self) { | ^^^^^ ... 61 | pub fn len(&self) -> usize { | ^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
methods `prune` and `len` are never used: zebrad/src/components/mempool/pending_outputs.rs#L56
error: methods `prune` and `len` are never used --> zebrad/src/components/mempool/pending_outputs.rs:56:12 | 15 | impl PendingOutputs { | ------------------- methods in this implementation ... 56 | pub fn prune(&mut self) { | ^^^^^ ... 61 | pub fn len(&self) -> usize { | ^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`