mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-19 21:56:22 +00:00
Fix execution.go
This commit is contained in:
+4
-1
@@ -306,9 +306,12 @@ func execBlockOnProxyApp(
|
||||
|
||||
abciResponses.BeginBlock, err = proxyAppConn.BeginBlockSync(abci.RequestBeginBlock{
|
||||
Hash: block.Hash(),
|
||||
Header: *pbh,
|
||||
LastCommitInfo: commitInfo,
|
||||
ByzantineValidators: byzVals,
|
||||
Height: pbh.Height,
|
||||
Time: pbh.Time,
|
||||
NextValidatorsHash: pbh.NextValidatorsHash,
|
||||
ProposerAddress: pbh.ProposerAddress,
|
||||
})
|
||||
if err != nil {
|
||||
logger.Error("error in proxyAppConn.BeginBlock", "err", err)
|
||||
|
||||
Reference in New Issue
Block a user