Skip to content

Commit

Permalink
CNS-434: update subscription genesis proto
Browse files Browse the repository at this point in the history
  • Loading branch information
orenl-lava committed Jun 19, 2023
1 parent eedbf11 commit 1d5eb1a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
4 changes: 2 additions & 2 deletions proto/subscription/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package lavanet.lava.subscription;

import "gogoproto/gogo.proto";
import "subscription/params.proto";
import "subscription/subscription.proto";
import "common/fixationEntry.proto";
// this line is used by starport scaffolding # genesis/proto/import

option go_package = "github.com/lavanet/lava/x/subscription/types";

// GenesisState defines the subscription module's genesis state.
message GenesisState {
Params params = 1 [(gogoproto.nullable) = false];
repeated Subscription subscriptions = 2 [(gogoproto.nullable) = false];
repeated lavanet.lava.common.RawMessage subsFS = 2 [(gogoproto.nullable) = false];
// this line is used by starport scaffolding # genesis/proto/state
}
50 changes: 26 additions & 24 deletions x/subscription/types/genesis.pb.go

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

0 comments on commit 1d5eb1a

Please sign in to comment.