fix consensus errors

This commit is contained in:
Callum Waters
2022-09-23 14:17:22 +02:00
parent 8f47431527
commit e35b57dc4e
4 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ func execBlockOnProxyApp(
return nil, fmt.Errorf("expected tx results length to match size of transactions in block. Expected %d, got %d", len(block.Data.Txs), len(resp.TxResults))
}
logger.Info("executed block", "height", block.Height, "agreed__app_data", resp.AgreedAppData)
logger.Info("executed block", "height", block.Height, "agreed_app_data", resp.AgreedAppData)
return resp, nil
}