From 31576150ad183e7e480bc61bf6c1e96b464b395e Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sun, 20 May 2018 16:24:21 -0400 Subject: [PATCH] add total_voting_power to evidence --- types/types.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/types/types.proto b/types/types.proto index 2fe8ea7b..d1f27eae 100644 --- a/types/types.proto +++ b/types/types.proto @@ -255,6 +255,7 @@ message Evidence { RequestValidator validator = 2; int64 height = 3; int64 time = 4; + int64 total_voting_power = 5; } //----------------------------------------