diff --git a/x/machine/keeper/msg_server_register_trust_anchor.go b/x/machine/keeper/msg_server_register_trust_anchor.go index a566fbd..2c12092 100644 --- a/x/machine/keeper/msg_server_register_trust_anchor.go +++ b/x/machine/keeper/msg_server_register_trust_anchor.go @@ -35,7 +35,7 @@ func validatePublicKey(pubkey string) bool { return false } - //uncompressed key + // uncompressed key if len(pubkeyBytes) == 64 { return true }