From c7f7d3ec13f19769cc49233972e344c08122f5f3 Mon Sep 17 00:00:00 2001 From: zhaohong Date: Mon, 2 Apr 2018 19:59:04 +0800 Subject: [PATCH] feat: remove utxo support from protocol. --- core/Tron.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/Tron.proto b/core/Tron.proto index 481fdf60f34..f4d46dc8e53 100644 --- a/core/Tron.proto +++ b/core/Tron.proto @@ -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;