Skip to content

Commit

Permalink
Update crates/chia-consensus/src/multiprocess_validation.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Arvid Norberg <[email protected]>
  • Loading branch information
matt-o-how and arvidn authored Jun 18, 2024
1 parent f55fda8 commit 5f30fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/chia-consensus/src/multiprocess_validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ ff01\
);
let spend = CoinSpend::new(
test_coin,
Program::new(vec![1_u8].into()),
Program::new(solution),
[1_u8].into(),
solution.into(),
);
let coin_spends: Vec<CoinSpend> = vec![spend];
let spend_bundle = SpendBundle {
Expand Down

0 comments on commit 5f30fdf

Please sign in to comment.