Skip to content

Commit e92f847

Browse files
Merge pull request #46 from tronprotocol/rate_limit
add grpc return type:server busy
2 parents c98bb68 + e191aed commit e92f847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/api.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ message Return {
329329
TAPOS_ERROR = 6;
330330
TOO_BIG_TRANSACTION_ERROR = 7;
331331
TRANSACTION_EXPIRATION_ERROR = 8;
332+
SERVER_BUSY = 9;
332333
OTHER_ERROR = 20;
333334
}
334335

0 commit comments

Comments
 (0)