initialize map
This commit is contained in:
parent
c3a144bcb6
commit
e714294273
@ -120,6 +120,7 @@ func NewBlockValidator(chain *store.ChainStore, stmgr *stmgr.StateManager, black
|
||||
recvBlocks: newBlockReceiptCache(),
|
||||
chain: chain,
|
||||
stmgr: stmgr,
|
||||
keycache: make(map[string]address.Address),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user