Skip to content

Commit

Permalink
activation: don't ignore coinbase passed in StartSmeshing
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak authored and antonlerner committed Aug 31, 2021
1 parent 4f601c2 commit 4f7e7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activation/activation.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ func (b *Builder) StartSmeshing(coinbase types.Address, opts PostSetupOpts) erro
b.mtx.Unlock()
return errors.New("already started")
}
b.coinbaseAccount = coinbase
b.status = smeshingStatusPendingPostSetup
b.mtx.Unlock()

Expand Down

0 comments on commit 4f7e7fe

Please sign in to comment.