We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238b58d commit 1895dc5Copy full SHA for 1895dc5
linera-core/src/unit_tests/worker_tests.rs
@@ -3553,7 +3553,7 @@ where
3553
let proposal = make_child_block(&change_ownership_value)
3554
.into_proposal_with_round(&KeyPair::generate(), Round::MultiLeader(0));
3555
let (executed_block, _) = worker
3556
- .stage_block_execution(proposal.content.proposal.clone())
+ .stage_block_execution(proposal.content.block.clone())
3557
.await?;
3558
let value = Hashed::new(ConfirmedBlock::new(executed_block));
3559
let (response, _) = worker.handle_block_proposal(proposal).await?;
0 commit comments