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#45 from tronprotocol/add_expiration
Browse files Browse the repository at this point in the history
fix spell error
  • Loading branch information
zergweak committed May 10, 2018
2 parents 76d2ac1 + 5abd2c0 commit c98bb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ message Return {
DUP_TRANSACTION_ERROR = 5;
TAPOS_ERROR = 6;
TOO_BIG_TRANSACTION_ERROR = 7;
TRANSACTION_EXPIRATION_ERROT = 8;
TRANSACTION_EXPIRATION_ERROR = 8;
OTHER_ERROR = 20;
}

Expand Down

0 comments on commit c98bb68

Please sign in to comment.