aayush is too picky
This commit is contained in:
parent
78564e8c54
commit
f71957bcec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user