Skip to content

Commit

Permalink
remove extra message
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Sep 10, 2021
1 parent 443f9a4 commit 09515cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/protocols/diff/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (p *DiffLayersPacket) Unpack() ([]*types.DiffLayer, error) {

type DiffCapPacket struct {
DiffSync bool
Extra rlp.RawValue // for extension
//Extra rlp.RawValue // for extension
}

type DiffLayersPacket []rlp.RawValue
Expand Down

0 comments on commit 09515cf

Please sign in to comment.