some changes to AgentCircuitManager

This commit is contained in:
UbitUmarov
2020-06-04 19:58:07 +01:00
parent 7ef69edf33
commit 38fc68ac0c
3 changed files with 38 additions and 86 deletions

View File

@@ -4463,7 +4463,7 @@ Label_GroupsDone:
/// <returns>True if we successfully changed it. False if we did not</returns>
public bool ChangeCircuitCode(uint oldcc, uint newcc)
{
return m_authenticateHandler.TryChangeCiruitCode(oldcc, newcc);
return m_authenticateHandler.TryChangeCircuitCode(oldcc, newcc);
}
// /// <summary>