RetCodeEncodingError

This commit is contained in:
Ethan Buchman
2015-12-07 18:16:03 -05:00
committed by Jae Kwon
parent 4b67e9e9d2
commit a357f3156a
3 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,9 @@ package types
import "fmt"
const _RetCode_name = "RetCodeOKRetCodeInternalErrorRetCodeUnauthorizedRetCodeInsufficientFeesRetCodeUnknownRequest"
const _RetCode_name = "RetCodeOKRetCodeInternalErrorRetCodeUnauthorizedRetCodeInsufficientFeesRetCodeUnknownRequestRetCodeEncodingError"
var _RetCode_index = [...]uint8{0, 9, 29, 48, 71, 92}
var _RetCode_index = [...]uint8{0, 9, 29, 48, 71, 92, 112}
func (i RetCode) String() string {
if i < 0 || i+1 >= RetCode(len(_RetCode_index)) {