Skip to content

Commit

Permalink
Rework serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sanchez committed Jan 16, 2025
1 parent c435505 commit 09cb3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/protocols/eth/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ type GetBTCBlocksPacket struct {
}

// BTCBlocksResponse is the network packet for BTC blocks distribution.
type BTCBlocksResponse []common.BitcoinBlock
type BTCBlocksResponse []*common.BitcoinBlock

// BTCBlocksPacket is the network packet for BTC blocks distribution with
// request ID wrapping.
Expand Down

0 comments on commit 09cb3f8

Please sign in to comment.