Remove Println
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
a5c56dde10
commit
8cc8a277a1
@ -272,8 +272,7 @@ func TestMessagePoolMessagesInEachBlock(t *testing.T) {
|
||||
tma.applyBlock(t, a)
|
||||
tsa := mock.TipSet(a)
|
||||
|
||||
all, _ := mp.Pending()
|
||||
fmt.Println("pending: ", all)
|
||||
_, _ = mp.Pending()
|
||||
|
||||
selm, _ := mp.SelectMessages(tsa, 1)
|
||||
if len(selm) == 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user