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