Skip to content

Commit

Permalink
params/vars: update SupportedProtocolVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
ziogaschr committed May 22, 2024
1 parent 3645f81 commit 6425c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/vars/protocol_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
var (
// SupportedProtocolVersions are the supported versions of the `eth` protocol (first
// is primary).
SupportedProtocolVersions = []uint{68, 67, 66}
SupportedProtocolVersions = []uint{68}

// DefaultProtocolVersions are the protocol version defaults.
DefaultProtocolVersions = SupportedProtocolVersions
Expand Down

0 comments on commit 6425c0f

Please sign in to comment.