Skip to content

Commit f1f4615

Browse files
committed
remove extra message
1 parent 443f9a4 commit f1f4615

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eth/protocols/diff/handshake.go

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ import (
2020
"fmt"
2121
"time"
2222

23+
"github.com/ethereum/go-ethereum/rlp"
24+
2325
"github.com/ethereum/go-ethereum/common/gopool"
2426
"github.com/ethereum/go-ethereum/p2p"
2527
)
@@ -40,6 +42,7 @@ func (p *Peer) Handshake(diffSync bool) error {
4042
gopool.Submit(func() {
4143
errc <- p2p.Send(p.rw, DiffCapMsg, &DiffCapPacket{
4244
DiffSync: diffSync,
45+
Extra: rlp.RawValue{},
4346
})
4447
})
4548
gopool.Submit(func() {

0 commit comments

Comments
 (0)