Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <[email protected]>
  • Loading branch information
GrapeBaBa committed Dec 10, 2024
1 parent 8a63d44 commit cc783f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/enode/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func Parse(validSchemes enr.IdentityScheme, input string) (*Node, error) {
return New(validSchemes, &r)
}

// Portal network not filter multicast address, any other way to support this?
func ParseForAddEnr(validSchemes enr.IdentityScheme, input string) (*Node, error) {
if strings.HasPrefix(input, "enode://") {
return ParseV4(input)
Expand Down

0 comments on commit cc783f5

Please sign in to comment.