Skip to content

Commit

Permalink
fix: morse claim constructor type
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jan 29, 2025
1 parent 5bafc4b commit 1078e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/migration/types/message_claim_morse_pokt.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var _ sdk.Msg = &MsgClaimMorsePokt{}

func NewMsgClaimMorsePokt(shannonDestAddress string, morseSrcAddress string, morseSignature string) *MsgClaimMorsePokt {
func NewMsgClaimMorsePokt(shannonDestAddress string, morseSrcAddress string, morseSignature []byte) *MsgClaimMorsePokt {
return &MsgClaimMorsePokt{
ShannonDestAddress: shannonDestAddress,
MorseSrcAddress: morseSrcAddress,
Expand Down

0 comments on commit 1078e15

Please sign in to comment.