[#405] status: Support signature status

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
pull/1/head
Pavel Karpy 2022-06-17 00:02:16 +03:00 committed by Pavel Karpy
parent c6f7ab3ef1
commit bb9fc5bfab
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ const (
Internal Code = iota
// WrongMagicNumber is a local Code value for WRONG_MAGIC_NUMBER failure status.
WrongMagicNumber
// SignatureVerificationFail is a local Code value for SIGNATURE_VERIFICATION_FAIL status.
SignatureVerificationFail
)
const (