Skip to content

Commit

Permalink
Fix clippy lint (ordinals#3937)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Sep 6, 2024
1 parent 4d05253 commit a301eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4515,7 +4515,7 @@ mod tests {
i,
if i == 1 { 0 } else { 1 },
0,
inscription("text/plain;charset=utf-8", &format!("hello {}", i)).to_witness(),
inscription("text/plain;charset=utf-8", format!("hello {i}")).to_witness(),
)], // for the first inscription use coinbase, otherwise use the previous tx
..default()
});
Expand Down

0 comments on commit a301eeb

Please sign in to comment.