Skip to content

Commit

Permalink
address net interface split review
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jul 15, 2021
1 parent b20581b commit b85c09b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/api_net.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ type Net interface {
NetBlockRemove(ctx context.Context, acl NetBlockList) error //perm:admin
NetBlockList(ctx context.Context) (NetBlockList, error) //perm:read

// MethodGroup: Common

// ID returns peerID of libp2p node backing this API
ID(context.Context) (peer.ID, error) //perm:read
}
Expand Down

0 comments on commit b85c09b

Please sign in to comment.