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

Commit

Permalink
feat: remove utxo support from protocol.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohong committed Apr 2, 2018
1 parent 59a3f02 commit c7f7d3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ message Transaction {

message raw {
TransactionType type = 2;
repeated TXInput vin = 5;
repeated TXOutput vout = 7;
int64 expiration = 8;
bytes data = 10;
repeated Contract contract = 11;
Expand Down

0 comments on commit c7f7d3e

Please sign in to comment.