Skip to content

Commit

Permalink
Revert bytes event attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjazawadka committed Dec 8, 2023
1 parent 2d4b5bf commit fb78847
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module github.com/graphprotocol/proto-cosmos

go 1.20
16 changes: 8 additions & 8 deletions pb/sf/cosmos/type/v1/type.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sf/cosmos/type/v1/type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ message Event {
}

message EventAttribute {
bytes key = 1;
bytes value = 2;
string key = 1;
string value = 2;
bool index = 3;
}

Expand Down

0 comments on commit fb78847

Please sign in to comment.