mpool: Remove todo

This commit is contained in:
Łukasz Magiera 2019-11-12 11:00:58 +01:00 committed by GitHub
parent a702a5678c
commit f6d5d3fe5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,7 +318,6 @@ func (mp *MessagePool) HeadChange(revert []*types.TipSet, apply []*types.TipSet)
}
func (mp *MessagePool) RecoverSig(msg *types.Message) *types.SignedMessage {
// TODO: persist signatures for BLS messages for a little while in case of reorgs
val, ok := mp.blsSigCache.Get(msg.Cid())
if !ok {
return nil