Fix node_test
This commit is contained in:
parent
4d86a4bd4a
commit
88f46d4539
@ -238,7 +238,7 @@ func builder(t *testing.T, nFull int, storage []int) ([]test.TestNode, []test.Te
|
|||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := sma.SectorBuilder.ImportFrom(osb); err != nil {
|
if err := sma.SectorBuilder.ImportFrom(osb, false); err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user