Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNix committed Sep 14, 2023
1 parent b793094 commit a951d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/mailbox/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a951d2d

Please sign in to comment.