block events and tx fixups

This commit is contained in:
William Banfield
2022-03-01 14:42:44 -05:00
parent e3ff082f21
commit 1aa5dda364
21 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ func (c *Client) BlockResults(ctx context.Context, height *int64) (*coretypes.Re
// proto-encode FinalizeBlock events
bbeBytes, err := proto.Marshal(&abci.ResponseFinalizeBlock{
Events: res.FinalizeBlockEvents,
BlockEvents: res.FinalizeBlockEvents,
})
if err != nil {
return nil, err