pass deal IDs in SectorPreCommitInfo

This commit is contained in:
Łukasz Magiera
2019-11-07 13:03:18 +01:00
parent 12161fc607
commit be0d07e143
6 changed files with 153 additions and 171 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func TestDealFlow(t *testing.T, b APIBuilder) {
os.Setenv("BELLMAN_NO_GPU", "1")
logging.SetAllLoggers(logging.LevelInfo)
ctx := context.TODO()
ctx := context.Background()
n, sn := b(t, 1, []int{0})
client := n[0].FullNode.(*impl.FullNodeAPI)
miner := sn[0]