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

Commit

Permalink
rm transaction type
Browse files Browse the repository at this point in the history
  • Loading branch information
zergweak committed May 3, 2018
1 parent c7495f8 commit 8aeba00
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions core/Tron.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ message Account {
message acuthrity {
AccountId account = 1;
bytes permission_name = 2;

}


Expand Down Expand Up @@ -113,11 +112,6 @@ message TXOutputs {


message Transaction {
// transcation type, utxo is desprated.
enum TransactionType {
UtxoType = 0;
ContractType = 1;
}
message Contract {
enum ContractType {
AccountCreateContract = 0;
Expand Down Expand Up @@ -153,7 +147,7 @@ message Transaction {
}

message raw {
TransactionType type = 1;
bytes ref_block_bytes = 1;
int64 ref_block_num = 3;
bytes ref_block_hash = 4;
int64 expiration = 8;
Expand Down

0 comments on commit 8aeba00

Please sign in to comment.