From 64c2ac51699461c4ce5af65b4a93b62a06bc4b2d Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:17:52 -0300 Subject: [PATCH] Adjust grpc.proto to reverting 6aa385e494eb8fa870257c76e078108607503d03 --- proto/src/main/proto/grpc.proto | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/proto/src/main/proto/grpc.proto b/proto/src/main/proto/grpc.proto index 81795112e5..df37f08fd8 100644 --- a/proto/src/main/proto/grpc.proto +++ b/proto/src/main/proto/grpc.proto @@ -273,20 +273,19 @@ message TradeInfo { string takerFeeTxId = 9; string depositTxId = 10; string payoutTxId = 11; - string withdrawalTxId = 12; - uint64 tradeAmountAsLong = 13; - uint64 tradePrice = 14; - string tradingPeerNodeAddress = 15; - string state = 16; - string phase = 17; - string tradePeriodState = 18; - bool isDepositPublished = 19; - bool isDepositConfirmed = 20; - bool isFiatSent = 21; - bool isFiatReceived = 22; - bool isPayoutPublished = 23; - bool isWithdrawn = 24; - string contractAsJson = 25; + uint64 tradeAmountAsLong = 12; + uint64 tradePrice = 13; + string tradingPeerNodeAddress = 14; + string state = 15; + string phase = 16; + string tradePeriodState = 17; + bool isDepositPublished = 18; + bool isDepositConfirmed = 19; + bool isFiatSent = 20; + bool isFiatReceived = 21; + bool isPayoutPublished = 22; + bool isWithdrawn = 23; + string contractAsJson = 24; } ///////////////////////////////////////////////////////////////////////////////////////////