Skip to content

Commit ec1c4ee

Browse files
authored
don't call SetAddressPrefixes() (#10)
1 parent 7f70e76 commit ec1c4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
)
2727

2828
func init() {
29-
SetAddressPrefixes()
29+
// SetAddressPrefixes()
3030
RegisterDenoms()
3131
}
3232

0 commit comments

Comments
 (0)