From 8ffe6dcfa05419b1d5b92190cbe3de0d6eeda9af Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 19 Nov 2020 12:40:07 +0900 Subject: [PATCH] Fix build --- BTCPayServer/Controllers/GreenField/StoreWebhooksController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Controllers/GreenField/StoreWebhooksController.cs b/BTCPayServer/Controllers/GreenField/StoreWebhooksController.cs index e2ab101b5..fc1b0ca26 100644 --- a/BTCPayServer/Controllers/GreenField/StoreWebhooksController.cs +++ b/BTCPayServer/Controllers/GreenField/StoreWebhooksController.cs @@ -4,6 +4,7 @@ using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; using Amazon.Runtime; +using BTCPayServer.Abstractions.Constants; using BTCPayServer.Client; using BTCPayServer.Client.Models; using BTCPayServer.Data; @@ -16,7 +17,6 @@ using Microsoft.AspNetCore.Cors; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json.Linq; -using Org.BouncyCastle.Bcpg.OpenPgp; namespace BTCPayServer.Controllers.GreenField {