diff --git a/x/mailbox/keeper/msg_server_test.go b/x/mailbox/keeper/msg_server_test.go index 25702bf..4a9e0e3 100644 --- a/x/mailbox/keeper/msg_server_test.go +++ b/x/mailbox/keeper/msg_server_test.go @@ -54,7 +54,6 @@ func createHyperlaneMsg(nonce uint32, origin uint32, destination uint32, senderB message = append(message, recipient...) // Get the Message Body - // messageBytes := []byte(msg.MessageBody) messageBytes := hexutil.MustDecode(hexMsgBody) if len(messageBytes) > MAX_MESSAGE_BODY_BYTES { panic("msg too long")