Skip to content

Commit

Permalink
Update code that we're going to delete in the next PR anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jan 17, 2023
1 parent 6f7a97b commit c6bbe69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ fn proposal_block_from_template(
version,
previous_block_hash,
merkle_root,
commitment_bytes: block_commitments_hash.into(),
commitment_bytes: block_commitments_hash.bytes_in_serialized_order().into(),
time: time.into(),
difficulty_threshold,
nonce: [0; 32],
nonce: [0; 32].into(),
solution: Solution::for_proposal(),
}),
transactions: transactions.clone(),
Expand Down

0 comments on commit c6bbe69

Please sign in to comment.