aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block-randomness.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/block-randomness.go')
-rw-r--r--core/types/block-randomness.go11
1 files changed, 5 insertions, 6 deletions
diff --git a/core/types/block-randomness.go b/core/types/block-randomness.go
index b87e8a1..1c74543 100644
--- a/core/types/block-randomness.go
+++ b/core/types/block-randomness.go
@@ -26,12 +26,11 @@ import (
// AgreementResult describes an agremeent result.
type AgreementResult struct {
- BlockHash common.Hash `json:"block_hash"`
- Position Position `json:"position"`
- Votes []Vote `json:"votes"`
- IsEmptyBlock bool `json:"is_empty_block"`
- FinalizationHeight uint64 `json:"finalization_height"`
- Randomness []byte `json:"randomness"`
+ BlockHash common.Hash `json:"block_hash"`
+ Position Position `json:"position"`
+ Votes []Vote `json:"votes"`
+ IsEmptyBlock bool `json:"is_empty_block"`
+ Randomness []byte `json:"randomness"`
}
func (r *AgreementResult) String() string {