Skip to content

Commit

Permalink
fix mocknet.New invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Jan 20, 2022
1 parent aa599bf commit c3fb685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/kit/ensemble.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func (n *Ensemble) Start() *Ensemble {
// We haven't been bootstrapped yet, we need to generate genesis and
// create the networking backbone.
gtempl = n.generateGenesis()
n.mn = mocknet.New(ctx)
n.mn = mocknet.New()
}

// ---------------------
Expand Down

0 comments on commit c3fb685

Please sign in to comment.