Skip to content

Commit 0194483

Browse files
author
Ludo Galabru
committed
fix: build warning
1 parent cc7176b commit 0194483

File tree

1 file changed

+1
-1
lines changed
  • components/chainhook-event-observer/src/indexer/bitcoin

1 file changed

+1
-1
lines changed

components/chainhook-event-observer/src/indexer/bitcoin/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ fn try_parse_ordinal_operation(
446446

447447
fn try_parse_stacks_operation(
448448
block_height: u64,
449-
inputs: &Vec<BitcoinTransactionInputFullBreakdown>,
449+
_inputs: &Vec<BitcoinTransactionInputFullBreakdown>,
450450
outputs: &Vec<BitcoinTransactionOutputFullBreakdown>,
451451
pox_config: &PoxConfig,
452452
expected_magic_bytes: &[u8; 2],

0 commit comments

Comments
 (0)