Skip to content

Commit e13211c

Browse files
authored
Merge pull request #38 from tronprotocol/evan-rm-transaction-type
rm transaction type
2 parents c7495f8 + 8aeba00 commit e13211c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

core/Tron.proto

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ message Account {
6969
message acuthrity {
7070
AccountId account = 1;
7171
bytes permission_name = 2;
72-
7372
}
7473

7574

@@ -113,11 +112,6 @@ message TXOutputs {
113112

114113

115114
message Transaction {
116-
// transcation type, utxo is desprated.
117-
enum TransactionType {
118-
UtxoType = 0;
119-
ContractType = 1;
120-
}
121115
message Contract {
122116
enum ContractType {
123117
AccountCreateContract = 0;
@@ -153,7 +147,7 @@ message Transaction {
153147
}
154148

155149
message raw {
156-
TransactionType type = 1;
150+
bytes ref_block_bytes = 1;
157151
int64 ref_block_num = 3;
158152
bytes ref_block_hash = 4;
159153
int64 expiration = 8;

0 commit comments

Comments
 (0)