From 5f9e2630aee8a8a406a9970b1062a5945e35772e Mon Sep 17 00:00:00 2001 From: renchengchang Date: Wed, 9 May 2018 17:20:24 +0800 Subject: [PATCH] add transaction expiration erro --- api/api.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/api.proto b/api/api.proto index 66d27c38e32..370a22ac071 100644 --- a/api/api.proto +++ b/api/api.proto @@ -331,6 +331,7 @@ message Return { DUP_TRANSACTION_ERROR = 5; TAPOS_ERROR = 6; TOO_BIG_TRANSACTION_ERROR = 7; + TRANSACTION_EXPIRATION_ERROT = 8; OTHER_ERROR = 20; } @@ -404,4 +405,4 @@ message BlockLimit { message TransactionLimit { bytes transactionId = 1; int64 limitNum = 2; -} \ No newline at end of file +}