Merge PR #3953: Codespace should be lowercase

This commit is contained in:
Frank Yang 2019-03-21 07:45:02 +08:00 committed by Jack Zampolin
parent 7438a650e6
commit 424adf1461
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
#3940 Codespace should be lowercase.

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