mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-01 03:46:22 +00:00
add total_voting_power to evidence
This commit is contained in:
@@ -255,6 +255,7 @@ message Evidence {
|
||||
RequestValidator validator = 2;
|
||||
int64 height = 3;
|
||||
int64 time = 4;
|
||||
int64 total_voting_power = 5;
|
||||
}
|
||||
|
||||
//----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user