Skip to content

Commit

Permalink
Update genmsg.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Jan 2, 2024
1 parent 117fd7c commit a33c437
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions proto/archway/genmsg/v1/genmsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ package archway.genmsg.v1;

import "google/protobuf/any.proto";


option go_package = "github.com/archway-network/archway/x/genmsg/types";

// GenesisState represents the messages to be processed during genesis by the genmsg module.
message GenesisState {
repeated google.protobuf.Any messages = 1;
}
// GenesisState represents the messages to be processed during genesis by the
// genmsg module.
message GenesisState { repeated google.protobuf.Any messages = 1; }

0 comments on commit a33c437

Please sign in to comment.