Skip to content

Commit c98bb68

Browse files
authored
Merge pull request #45 from tronprotocol/add_expiration
fix spell error
2 parents 76d2ac1 + 5abd2c0 commit c98bb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ message Return {
328328
DUP_TRANSACTION_ERROR = 5;
329329
TAPOS_ERROR = 6;
330330
TOO_BIG_TRANSACTION_ERROR = 7;
331-
TRANSACTION_EXPIRATION_ERROT = 8;
331+
TRANSACTION_EXPIRATION_ERROR = 8;
332332
OTHER_ERROR = 20;
333333
}
334334

0 commit comments

Comments
 (0)