Skip to content

Commit f79465a

Browse files
author
Ulfat Abjabborov
committed
Revert GenesisState.genTxs to snake case
1 parent e004f1c commit f79465a

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)