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

Commit

Permalink
Update relayer/message/message.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matija Petrunić <[email protected]>
  • Loading branch information
P1sar and mpetrun5 committed Jul 25, 2023
1 parent 6b54813 commit 0761580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Message struct {
Type TransferType
}

func (m *Message) PayloadToString() string {
func (m *Message) payloadToString() string {
var payload bytes.Buffer
for _, v := range m.Payload {
bv, ok := v.([]byte)
Expand Down

0 comments on commit 0761580

Please sign in to comment.