1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Removed some things for internal use from interfaces

This commit is contained in:
JKorf
2023-10-12 22:25:25 +02:00
parent f75cc75bbc
commit 6ba32fe280
5 changed files with 4 additions and 42 deletions
@@ -60,11 +60,6 @@ namespace CryptoExchange.Net.UnitTests
headers = new Dictionary<string, string>();
}
public override string Sign(string toSign)
{
return toSign;
}
public string GetKey() => _credentials.Key.GetString();
public string GetSecret() => _credentials.Secret.GetString();
}