mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-09 09:36:05 +00:00
Anton's suggested changes
This commit is contained in:
+1
-1
@@ -937,7 +937,7 @@ func (cs *ConsensusState) createProposalBlock() (block *types.Block, blockParts
|
||||
), maxGas)
|
||||
proposerAddr, err := cs.privValidator.GetAddress()
|
||||
if err != nil {
|
||||
cs.Logger.Error("enterPropose: Cannot create block without private validator's address:", "err", err)
|
||||
cs.Logger.Error("enterPropose: Cannot create block without private validator's address", "err", err)
|
||||
return
|
||||
}
|
||||
block, parts := cs.state.MakeBlock(cs.Height, txs, commit, evidence, proposerAddr)
|
||||
|
||||
Reference in New Issue
Block a user