aayush is too picky

This commit is contained in:
whyrusleeping 2020-08-01 16:31:56 -07:00
parent 78564e8c54
commit f71957bcec

View File

@ -3,7 +3,6 @@ package messagepool
import (
"bytes"
"context"
"fmt"
big2 "math/big"
"sort"
"time"
@ -235,7 +234,6 @@ func (mp *MessagePool) pruneMessages(ctx context.Context, ts *types.TipSet) erro
"msgs", len(msgs))
}
fmt.Println("GOOD: ", len(out))
good := make(map[cid.Cid]bool)
for _, m := range out {
good[m.Cid()] = true