Skip to content

Commit

Permalink
fix: build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Apr 3, 2023
1 parent cc7176b commit 0194483
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -446,7 +446,7 @@ fn try_parse_ordinal_operation(

fn try_parse_stacks_operation(
block_height: u64,
inputs: &Vec<BitcoinTransactionInputFullBreakdown>,
_inputs: &Vec<BitcoinTransactionInputFullBreakdown>,
outputs: &Vec<BitcoinTransactionOutputFullBreakdown>,
pox_config: &PoxConfig,
expected_magic_bytes: &[u8; 2],
Expand Down

0 comments on commit 0194483

Please sign in to comment.