Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request grpc-ecosystem#43 from tronprotocol/add_expiration
Browse files Browse the repository at this point in the history
add transaction expiration erro
  • Loading branch information
zergweak committed May 9, 2018
2 parents 4e0f34e + 5f9e263 commit cc24179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -404,4 +405,4 @@ message BlockLimit {
message TransactionLimit {
bytes transactionId = 1;
int64 limitNum = 2;
}
}

0 comments on commit cc24179

Please sign in to comment.