unprotect abstract method

bool unprotect(
  1. PeerId peerId,
  2. String tag
)

Removes a protection that may have been placed on a peer, under the specified tag.

The return value indicates whether the peer continues to be protected after this call, by way of a different tag.

Implementation

bool unprotect(PeerId peerId, String tag);