Skip to content

Commit

Permalink
Readd BlockHashes to getBlocks response (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 authored Mar 3, 2021
1 parent 7909480 commit 0271858
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func (x *GetBlocksResponseMessage) toAppMessage() (appmessage.Message, error) {
}
return &appmessage.GetBlocksResponseMessage{
BlockVerboseData: blocksVerboseData,
BlockHashes: x.BlockHashes,
Error: rpcErr,
}, nil
}

0 comments on commit 0271858

Please sign in to comment.