Skip to content

Commit

Permalink
Merge pull request #298 from uabjabborov/revert_genTxs_to_snake_case
Browse files Browse the repository at this point in the history
Revert GenesisState.genTxs to snake case
  • Loading branch information
ashcherbakov committed Mar 23, 2022
2 parents e004f1c + f79465a commit 0f3e8db
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion proto/dclgenutil/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "gogoproto/gogo.proto";
// GenesisState defines the dclgenutil module's genesis state.
message GenesisState {
// gen_txs defines the genesis transactions.
repeated bytes genTxs = 1 [(gogoproto.casttype) = "encoding/json.RawMessage", (gogoproto.jsontag) = "gentxs"];
repeated bytes gen_txs = 1 [(gogoproto.casttype) = "encoding/json.RawMessage", (gogoproto.jsontag) = "gentxs"];


// this line is used by starport scaffolding # genesis/proto/state
Expand Down
36 changes: 18 additions & 18 deletions x/dclgenutil/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 0f3e8db

Please sign in to comment.