Skip to content

Commit

Permalink
fix: disable gov data export (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Sep 13, 2024
1 parent d787bb3 commit 2739df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Export(cmdPath, homePath, genesisFilePath string) {
"evidence",
"feegrant",
"genutil",
"gov",
// "gov", // FIXME: gov proposals broken
"group",
"ibc",
"incentive",
Expand Down

0 comments on commit 2739df9

Please sign in to comment.