diff options
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/errors.h b/common/errors.h index 71a7e4b5d..246a2c0ce 100644 --- a/common/errors.h +++ b/common/errors.h @@ -176,7 +176,9 @@ enum { STATUS_ALREADY_SIGNED, STATUS_EXPSIG, - STATUS_EXPKEYSIG + STATUS_EXPKEYSIG, + + STATUS_TRUNCATED }; |