diff --git a/eth/protocols/eth/protocol.go b/eth/protocols/eth/protocol.go index 76bd29751f..3acfde8821 100644 --- a/eth/protocols/eth/protocol.go +++ b/eth/protocols/eth/protocol.go @@ -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.