Skip to content

Commit

Permalink
skip copying group data
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Apr 8, 2024
1 parent 7726c94 commit 67f64b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zetacored/parse_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ var Copy = map[string]bool{
crisistypes.ModuleName: true,
feemarkettypes.ModuleName: true,
paramstypes.ModuleName: true,
group.ModuleName: true,
upgradetypes.ModuleName: true,
evidencetypes.ModuleName: true,
vestingtypes.ModuleName: true,
Expand All @@ -56,6 +55,7 @@ var Skip = map[string]bool{
authtypes.ModuleName: true,
banktypes.ModuleName: true,
distributiontypes.ModuleName: true,
group.ModuleName: true,
}

var Modify = map[string]bool{
Expand Down

0 comments on commit 67f64b9

Please sign in to comment.