aboutsummaryrefslogtreecommitdiffstats
path: root/core/agreement-state.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/agreement-state.go')
-rw-r--r--core/agreement-state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/agreement-state.go b/core/agreement-state.go
index d7225d6..fbee21a 100644
--- a/core/agreement-state.go
+++ b/core/agreement-state.go
@@ -242,7 +242,7 @@ func (s *pass2State) nextState() (agreementState, error) {
s.a.defaultBlock = hash
s.a.period++
oldBlock := s.a.blocks[s.a.ID]
- s.a.blocks = map[types.ValidatorID]*types.Block{
+ s.a.blocks = map[types.NodeID]*types.Block{
s.a.ID: oldBlock,
}
}