Skip to content

Commit 09515cf

Browse files
committed
remove extra message
1 parent 443f9a4 commit 09515cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/protocols/diff/protocol.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (p *DiffLayersPacket) Unpack() ([]*types.DiffLayer, error) {
9898

9999
type DiffCapPacket struct {
100100
DiffSync bool
101-
Extra rlp.RawValue // for extension
101+
//Extra rlp.RawValue // for extension
102102
}
103103

104104
type DiffLayersPacket []rlp.RawValue

0 commit comments

Comments
 (0)