Skip to content

Commit

Permalink
Update x/proof/keeper/msg_server_submit_proof.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Olshansky <[email protected]>
  • Loading branch information
okdas and Olshansk authored Jun 14, 2024
1 parent 6e8b7a0 commit a3ee98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/proof/keeper/msg_server_submit_proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (k msgServer) SubmitProof(ctx context.Context, msg *types.MsgSubmitProof) (
}
logger.Info("successfully validated relay request")

// Make sure tha the supplier address in the proof matches the one in the relay request.
// Make sure that the supplier address in the proof matches the one in the relay request.
if supplierAddr != relayReq.Meta.SupplierAddress {
return nil, status.Error(codes.FailedPrecondition, "supplier address mismatch")
}
Expand Down

0 comments on commit a3ee98f

Please sign in to comment.