Skip to content

Commit 0f3e8db

Browse files
authored
Merge pull request #298 from uabjabborov/revert_genTxs_to_snake_case
Revert GenesisState.genTxs to snake case
2 parents e004f1c + f79465a commit 0f3e8db

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

proto/dclgenutil/genesis.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "gogoproto/gogo.proto";
1111
// GenesisState defines the dclgenutil module's genesis state.
1212
message GenesisState {
1313
// gen_txs defines the genesis transactions.
14-
repeated bytes genTxs = 1 [(gogoproto.casttype) = "encoding/json.RawMessage", (gogoproto.jsontag) = "gentxs"];
14+
repeated bytes gen_txs = 1 [(gogoproto.casttype) = "encoding/json.RawMessage", (gogoproto.jsontag) = "gentxs"];
1515

1616

1717
// this line is used by starport scaffolding # genesis/proto/state

x/dclgenutil/types/genesis.pb.go

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)