diff --git a/allowlist_test.go b/allowlist_test.go index e545499..2e8ce3f 100644 --- a/allowlist_test.go +++ b/allowlist_test.go @@ -23,7 +23,7 @@ func ExampleWithAllowlistedMultiaddrs() { multiaddr.StringCast("/ip4/1.2.3.4"), // Only the specified peer from this address multiaddr.StringCast("/ip4/2.2.3.4/p2p/" + peer.Encode(somePeer)), - // Only peers from this IP Address range + // Only peers from this 1.2.3.0/24 IP address range multiaddr.StringCast("/ip4/1.2.3.0/ipcidr/24"), })) if err != nil {