From af866939f47cfc9dc2e5877ef63f13e3e1017753 Mon Sep 17 00:00:00 2001 From: Kukks Date: Thu, 19 Nov 2020 07:34:22 +0100 Subject: [PATCH] fix merge --- BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentHandler.cs b/BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentHandler.cs index bef7640b4..7a90d7e8c 100644 --- a/BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentHandler.cs +++ b/BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentHandler.cs @@ -1,3 +1,4 @@ +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks;