Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Sep 18, 2024
1 parent aa970ce commit f7d3dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chia-consensus/src/gen/solution_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ mod tests {
);
spends.push((coin, PUZZLE1.as_ref(), SOLUTION1.as_ref()));
coin_spends.push(CoinSpend {
coin: coin,
coin,
puzzle_reveal: Program::from(PUZZLE1.as_ref()),
solution: Program::from(SOLUTION1.as_ref()),
});
Expand Down

0 comments on commit f7d3dc0

Please sign in to comment.