Skip to content

Commit

Permalink
comment out bitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 21, 2024
1 parent 9eb2f54 commit e2666df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/bitcoin/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ use substreams_bitcoin::pb::btc::v1::Block;
use crate::pb::bitcoin::Events;

#[substreams::handlers::map]
pub fn map_events(block: Block, clock: Clock) -> Result<Events, Error> {
pub fn map_events(_block: Block, _clock: Clock) -> Result<Events, Error> {
Ok(Events::default())
}

0 comments on commit e2666df

Please sign in to comment.