aayush is too picky
This commit is contained in:
parent
78564e8c54
commit
f71957bcec
@ -3,7 +3,6 @@ package messagepool
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
|
||||||
big2 "math/big"
|
big2 "math/big"
|
||||||
"sort"
|
"sort"
|
||||||
"time"
|
"time"
|
||||||
@ -235,7 +234,6 @@ func (mp *MessagePool) pruneMessages(ctx context.Context, ts *types.TipSet) erro
|
|||||||
"msgs", len(msgs))
|
"msgs", len(msgs))
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("GOOD: ", len(out))
|
|
||||||
good := make(map[cid.Cid]bool)
|
good := make(map[cid.Cid]bool)
|
||||||
for _, m := range out {
|
for _, m := range out {
|
||||||
good[m.Cid()] = true
|
good[m.Cid()] = true
|
||||||
|
Loading…
Reference in New Issue
Block a user