Skip to content

Commit

Permalink
add snap capability to devp2p client
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Jan 30, 2024
1 parent 1519259 commit 78dfa48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devp2p/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func DefaultConfig() *Config {
{Name: "eth", Version: 66},
{Name: "eth", Version: 67},
{Name: "eth", Version: 68},
{Name: "snap", Version: 1},
},
HighestProtoVersion: 68,
}
Expand Down

0 comments on commit 78dfa48

Please sign in to comment.