1
0
Fork 0
forked from External/ergo

accounts: Fix broken numeric, write more framework for reg

This commit is contained in:
Daniel Oaks 2016-09-04 20:08:53 +10:00
parent e4b6c1852b
commit e7fced804e
3 changed files with 64 additions and 6 deletions

View file

@ -155,6 +155,6 @@ const (
ERR_ACCOUNT_ALREADY_VERIFIED = "924"
ERR_ACCOUNT_INVALID_VERIFY_CODE = "925"
RPL_REG_VERIFICATION_REQUIRED = "927"
ERR_REG_INVALID_CRED_TYPE = "928"
ERR_REG_INVALID_CALLBACK = "929"
ERR_REG_INVALID_CRED_TYPE = "982"
)