Skip to content

Commit

Permalink
fix: invalid memory (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Dec 3, 2024
1 parent 115d55d commit e4ec63c
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 @@ -38,7 +38,7 @@ func Export(cmdPath, homePath, genesisFilePath string) {
"poolaccounted",
"stablestake",
"staking",
"tier",
// "tier", // FIXME: disable temporarily to attempt to fix the invalid memory issue
"tokenomics",
"tradeshield",
"transfer",
Expand Down

0 comments on commit e4ec63c

Please sign in to comment.