Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
ree
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Nov 2, 2023
1 parent bb47675 commit 6bf6261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cosmos/miner/miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func (m *Miner) PrepareProposal(
Misbehavior: req.Misbehavior,
Height: req.Height,
NextValidatorsHash: req.NextValidatorsHash,
ProposerAddress: req.ProposerAddress,
}); err != nil {
return nil, err
} else if _, err = m.app.BeginBlocker(ctx); err != nil {
Expand Down

0 comments on commit 6bf6261

Please sign in to comment.