Skip to content

Commit

Permalink
documents PendingOutputs struct
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Nov 7, 2024
1 parent 42dfc39 commit 5043adf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zebrad/src/components/mempool/pending_outputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ use zebra_chain::transparent;

use zebra_node_services::mempool::Response;

/// Pending [`transparent::Output`] tracker for handling the mempool's
/// [`AwaitOutput` requests](zebra_node_services::mempool::Request::AwaitOutput).
#[derive(Debug, Default)]
pub struct PendingOutputs(HashMap<transparent::OutPoint, broadcast::Sender<transparent::Output>>);

Expand Down

0 comments on commit 5043adf

Please sign in to comment.