Skip to content

Commit

Permalink
bugfix: updated dnsPrefix to remove legacy les, all, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalank authored and gameofpointers committed Jan 26, 2023
1 parent 1f1c59b commit 185cefd
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 @@ -47,5 +47,5 @@ func KnownDNSNetwork(genesis common.Hash, protocol string) string {
default:
return ""
}
return dnsPrefix + protocol + "." + common.NodeLocation.Name() + "." + net + ".quainodes.io"
return dnsPrefix + common.NodeLocation.Name() + "." + net + ".quainodes.io"
}

0 comments on commit 185cefd

Please sign in to comment.