initialize map

This commit is contained in:
vyzo 2020-05-12 22:37:01 +03:00
parent c3a144bcb6
commit e714294273

View File

@ -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),
}
}