isProtocolVersionSupportedNow method

bool isProtocolVersionSupportedNow(
  1. SemanticVersion supportedVersion
)

Implementation

bool isProtocolVersionSupportedNow(SemanticVersion supportedVersion) {
  return _versionSupported(_protocolVersion, supportedVersion);
}