Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrePod committed Jan 13, 2025
1 parent 9230aa1 commit 059375e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/providerServices.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (controller *FDCProtocolProviderController) submitSignaturesService(roundID
}

message := payload.BuildMessageForSigning(uint8(controller.protocolID), uint32(roundID), false, root)
logger.Infof("submirSignatures: round: %v, root: %v, consensus: %s", roundID, root, encodedBitVote)
logger.Infof("submitSignatures: round: %v, root: %v, consensus: %s", roundID, root, encodedBitVote)

return payload.SubprotocolResponse{Status: payload.Ok, Data: message, AdditionalData: encodedBitVote}
}

0 comments on commit 059375e

Please sign in to comment.