Skip to content

Commit

Permalink
add deferred stage into proto
Browse files Browse the repository at this point in the history
  • Loading branch information
wubin1 committed Mar 13, 2019
1 parent 90b455d commit 16b437e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ message ResourceReceipt {
Transaction.Result.contractResult result = 7;
}

message DeferredStage {
int64 delaySeconds = 1;
int32 stage = 2;
}

message Transaction {
message Contract {
enum ContractType {
Expand Down Expand Up @@ -329,7 +334,7 @@ message Transaction {
bytes scripts = 12;
int64 timestamp = 14;
int64 fee_limit = 18;
int64 delaySeconds = 19;
DeferredStage deferredStage = 19;
}

raw raw_data = 1;
Expand Down

0 comments on commit 16b437e

Please sign in to comment.