Skip to content

Commit

Permalink
Update to new method name after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jan 16, 2023
1 parent bdaaee9 commit f8f75f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pub fn proposal_block_from_template(
time: time.into(),
difficulty_threshold,
nonce: [0; 32].into(),
solution: Solution::default(),
solution: Solution::for_proposal(),
}),
transactions,
})
Expand Down

0 comments on commit f8f75f5

Please sign in to comment.