Merge PR #3953: Codespace should be lowercase

This commit is contained in:
Frank Yang
2019-03-20 16:45:02 -07:00
committed by Jack Zampolin
parent 7438a650e6
commit 424adf1461
2 changed files with 2 additions and 1 deletions
@@ -0,0 +1 @@
#3940 Codespace should be lowercase.
+1 -1
View File
@@ -8,7 +8,7 @@ import (
type CodeType = sdk.CodeType
const (
DefaultCodespace sdk.CodespaceType = "DISTR"
DefaultCodespace sdk.CodespaceType = "distr"
CodeInvalidInput CodeType = 103
CodeNoDistributionInfo CodeType = 104
CodeNoValidatorCommission CodeType = 105