Skip to content

Commit

Permalink
Fixing the double quote typo (#104)
Browse files Browse the repository at this point in the history
* Fix typo in debug log message for DkgEnd status

* Fix typo in debug message for Dkg End wait status
  • Loading branch information
tonyjzhou authored Dec 5, 2024
1 parent 4a436ec commit c4c6e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state_machine/coordinator/frost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ impl<Aggregator: AggregatorTrait> Coordinator<Aggregator> {
debug!(
dkg_id = %self.current_dkg_id,
waiting = ?self.ids_to_await,
Waiting for Dkg End from signers"
"Waiting for Dkg End from signers"
);
if let Message::DkgEnd(dkg_end) = &packet.msg {
if dkg_end.dkg_id != self.current_dkg_id {
Expand Down

0 comments on commit c4c6e69

Please sign in to comment.