Skip to content

Commit 24e8ee4

Browse files
committed
denom fix
1 parent 8825afd commit 24e8ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/fetchd/cmd/migrate_genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ func ensureMintParamsSafe(appState map[string]json.RawMessage, fallbackDenom str
921921
}
922922
if _, ok := p["mint_denom"]; !ok || p["mint_denom"] == "" {
923923
if fallbackDenom == "" {
924-
fallbackDenom = "stake"
924+
fallbackDenom = "afet"
925925
}
926926
p["mint_denom"] = fallbackDenom
927927
}

0 commit comments

Comments
 (0)