From a15c7a02139b1d48b2d720cb4e2127b2e9a2f81b Mon Sep 17 00:00:00 2001 From: Kukks Date: Sat, 5 Jan 2019 09:53:57 +0100 Subject: [PATCH] change crowdfund app prefix to not break invoice searcher --- BTCPayServer/Crowdfund/CrowdfundHubStreamer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Crowdfund/CrowdfundHubStreamer.cs b/BTCPayServer/Crowdfund/CrowdfundHubStreamer.cs index abf0fa627..e31dac6bf 100644 --- a/BTCPayServer/Crowdfund/CrowdfundHubStreamer.cs +++ b/BTCPayServer/Crowdfund/CrowdfundHubStreamer.cs @@ -20,7 +20,7 @@ namespace BTCPayServer.Hubs { public class CrowdfundHubStreamer { - public const string CrowdfundInvoiceOrderIdPrefix = "crowdfund-app:"; + public const string CrowdfundInvoiceOrderIdPrefix = "crowdfund-app_"; private readonly EventAggregator _EventAggregator; private readonly IHubContext _HubContext; private readonly IMemoryCache _MemoryCache;