From fdf6f686244604a8ea1e69cd8081b3b1eb9450d6 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Thu, 9 Jun 2022 20:59:12 -0700 Subject: [PATCH] Remove unused "using" directive --- .../GreenField/GreenfieldStoreOnChainWalletsController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BTCPayServer/Controllers/GreenField/GreenfieldStoreOnChainWalletsController.cs b/BTCPayServer/Controllers/GreenField/GreenfieldStoreOnChainWalletsController.cs index 33365fedd..f5e91b53c 100644 --- a/BTCPayServer/Controllers/GreenField/GreenfieldStoreOnChainWalletsController.cs +++ b/BTCPayServer/Controllers/GreenField/GreenfieldStoreOnChainWalletsController.cs @@ -7,7 +7,6 @@ using System.Linq; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Abstractions.Constants; -using BTCPayServer.Abstractions.Contracts; using BTCPayServer.Abstractions.Extensions; using BTCPayServer.BIP78.Sender; using BTCPayServer.Client;