Skip to content

Commit

Permalink
Merge pull request #24901 from karalabe/fix-linter
Browse files Browse the repository at this point in the history
params: fix broken linter
  • Loading branch information
karalabe authored May 18, 2022
2 parents 21a3a21 + 975dee2 commit 5c5ef6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var GoerliBootnodes = []string{

// Goerli Initiative bootnodes
"enode://d4f764a48ec2a8ecf883735776fdefe0a3949eb0ca476bd7bc8d0954a9defe8fea15ae5da7d40b5d2d59ce9524a99daedadf6da6283fca492cc80b53689fb3b3@46.4.99.122:32109",
"enode://d2b720352e8216c9efc470091aa91ddafc53e222b32780f505c817ceef69e01d5b0b0797b69db254c586f493872352f5a022b4d8479a00fc92ec55f9ad46a27e@88.99.70.182:30303",
"enode://d2b720352e8216c9efc470091aa91ddafc53e222b32780f505c817ceef69e01d5b0b0797b69db254c586f493872352f5a022b4d8479a00fc92ec55f9ad46a27e@88.99.70.182:30303",
}

var KilnBootnodes = []string{
Expand Down

0 comments on commit 5c5ef6f

Please sign in to comment.