From 33bba63786be82e1b91a27218bb970e55cac97ab Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 25 Apr 2019 19:46:48 -0400 Subject: [PATCH] updates --- v2/proto/page.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/v2/proto/page.proto b/v2/proto/page.proto index d1b3f81..aaf6c8e 100644 --- a/v2/proto/page.proto +++ b/v2/proto/page.proto @@ -57,13 +57,14 @@ message Output { message ClaimMeta { Output channel = 1; bool is_winning = 2; - uint64 effective_amount = 3; - uint64 trending_amount = 4; + uint64 activation_height = 3; + uint64 effective_amount = 4; + uint64 trending_amount = 5; } message Transaction { // entire raw transaction - bytes tx = 1; + bytes raw = 1; // height progression // -1: in mempool but has unconfirmed inputs