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

Commit

Permalink
Add generic data field to proposal metadata (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Dec 7, 2022
1 parent 20a5360 commit a5840c2
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 @@ -12,7 +12,7 @@ import (
type TransferType string
type Metadata struct {
Priority uint8
Blob []byte
Data map[string]interface{}
}

const (
Expand Down

0 comments on commit a5840c2

Please sign in to comment.