aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/block.go')
-rw-r--r--core/types/block.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/types/block.go b/core/types/block.go
index 8808312..91b71da 100644
--- a/core/types/block.go
+++ b/core/types/block.go
@@ -45,9 +45,8 @@ type Block struct {
Timestamps map[ValidatorID]time.Time
Acks map[common.Hash]struct{}
- IndirectAcks map[common.Hash]struct{}
- AckedBy map[common.Hash]bool // bool: direct
- State State
+ Ackeds map[common.Hash]struct{}
+ State State
}
func (b *Block) String() string {