Revert "fix mocknet.New invocation"

This reverts commit 0870f48b5c.
This commit is contained in:
Aayush 2022-03-02 15:39:18 -05:00
parent 581cb34b11
commit e49d499bb5

View File

@ -104,7 +104,7 @@ func prepSyncTest(t testing.TB, h int) *syncTestUtil {
ctx: ctx, ctx: ctx,
cancel: cancel, cancel: cancel,
mn: mocknet.New(), mn: mocknet.New(ctx),
g: g, g: g,
us: filcns.DefaultUpgradeSchedule(), us: filcns.DefaultUpgradeSchedule(),
} }
@ -158,7 +158,7 @@ func prepSyncTestWithV5Height(t testing.TB, h int, v5height abi.ChainEpoch) *syn
ctx: ctx, ctx: ctx,
cancel: cancel, cancel: cancel,
mn: mocknet.New(), mn: mocknet.New(ctx),
g: g, g: g,
us: sched, us: sched,
} }