Browse Source

add total_voting_power to evidence

pull/1780/head
Ethan Buchman 6 years ago
parent
commit
31576150ad
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      types/types.proto

+ 1
- 0
types/types.proto View File

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


Loading…
Cancel
Save