From 7e75cc257af46219898ddfbe14405b10b464ffc4 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Thu, 19 Mar 2026 16:36:08 +0100 Subject: [PATCH] wip --- CryptoExchange.Net/LibraryHelpers.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CryptoExchange.Net/LibraryHelpers.cs b/CryptoExchange.Net/LibraryHelpers.cs index 92a4e65..a019f14 100644 --- a/CryptoExchange.Net/LibraryHelpers.cs +++ b/CryptoExchange.Net/LibraryHelpers.cs @@ -161,14 +161,5 @@ namespace CryptoExchange.Net return httpHandler; #endif } - - /// - /// Validate the provided credentials, throw an exception if invalid - /// - public static void ValidateCredentials(ApiCredentials? credentials) - { - //if (credentials != null && credentials.CredentialPairs.Length == 0) - // throw new ArgumentException("ApiCredentials configuration invalid"); - } } }