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

Commit

Permalink
improve: modified the seq num and fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohong committed Apr 10, 2018
1 parent 7acdfaf commit d4a93ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ message Transaction {
}

message raw {
TransactionType type = 1
TransactionType type = 1;
int64 ref_block_num = 3;
bytes ref_block_hash = 4;
int64 expiration = 8;
bytes data = 10;
repeated Contract contract = 11;
bytes scripts = 16;
int64 timestamp = 17;
bytes scripts = 12;
int64 timestamp = 14;
}

raw raw_data = 1;
Expand Down

0 comments on commit d4a93ed

Please sign in to comment.