Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ message Transaction {
bytes ref_block_hash = 4;
int64 expiration = 8;
repeated authority auths = 9;
// data not used
// transaction note
bytes data = 10;
//only support size = 1, repeated list here for extension
repeated Contract contract = 11;
Expand Down Expand Up @@ -678,4 +678,4 @@ message NodeInfo {
string stackTrace = 7;
}
}
}
}