add total_voting_power to evidence

This commit is contained in:
Ethan Buchman 2018-05-20 16:24:21 -04:00
parent 459ee59e46
commit 31576150ad

View File

@ -255,6 +255,7 @@ message Evidence {
RequestValidator validator = 2;
int64 height = 3;
int64 time = 4;
int64 total_voting_power = 5;
}
//----------------------------------------