Skip to content

Commit

Permalink
Merge branch 'jp/issue-2713' of github.com:EspressoSystems/HotShot in…
Browse files Browse the repository at this point in the history
…to jp/issue-2713-testing
  • Loading branch information
jparr721 committed Mar 26, 2024
2 parents f94f762 + 66c9b77 commit c105bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/task-impls/src/quorum_proposal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ impl<TYPES: NodeType, I: NodeImplementation<TYPES>> QuorumProposalTaskState<TYPE
return;
}

debug!("got commit and meta {:?}", payload_commitment);
debug!("Got payload commitment and meta {:?}", payload_commitment);

self.create_dependency_task_if_new(
view,
Expand Down

0 comments on commit c105bf3

Please sign in to comment.