Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jan 23, 2024
1 parent 47bc8e8 commit 1de91c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/opinit/opchild/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ message MsgRelayOraclePrices {
// the sender address
string sender = 1 [(gogoproto.moretags) = "yaml:\"sender\"", (cosmos_proto.scalar) = "cosmos.AddressString"];

// from is l1 sender address
// oracle prices emitted from l1
repeated OraclePrice prices = 2 [(gogoproto.nullable) = false, (amino.dont_omitempty) = true];
}

Expand Down
2 changes: 1 addition & 1 deletion x/opchild/types/tx.pb.go

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

0 comments on commit 1de91c0

Please sign in to comment.