Fix execution.go

This commit is contained in:
Sergio Mena
2022-04-05 11:09:35 +02:00
parent 05dd2f8519
commit ff8fd2731d
+4 -1
View File
@@ -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)