Remove unused "using" directive

This commit is contained in:
Umar Bolatov 2022-06-09 20:59:12 -07:00 committed by Andrew Camilleri
parent d0e01768ab
commit fdf6f68624

View File

@ -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;