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

Commit a5840c2

Browse files
authored
Add generic data field to proposal metadata (#325)
1 parent 20a5360 commit a5840c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relayer/message/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
type TransferType string
1313
type Metadata struct {
1414
Priority uint8
15-
Blob []byte
15+
Data map[string]interface{}
1616
}
1717

1818
const (

0 commit comments

Comments
 (0)