Skip to content

Commit

Permalink
fix param name
Browse files Browse the repository at this point in the history
  • Loading branch information
y0sher authored Oct 31, 2023
1 parent eab7757 commit 956d73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (n Network) GenesisForkVersion() phase0.Version {
}

// NetworkFromGenesisForkVersion returns the network base on the 4 bytes of the genesis fork version
func NetworkFromGenesisForkVersion(fork phase0.Version) Network {
func NetworkFromGenesisForkVersion(f phase0.Version) Network {
switch f {
case phase0.Version{0, 0, 32, 9}:
return PyrmontNetwork
Expand Down

0 comments on commit 956d73c

Please sign in to comment.