change crowdfund app prefix to not break invoice searcher

This commit is contained in:
Kukks
2019-01-05 09:53:57 +01:00
parent 7e321d4016
commit a15c7a0213

View File

@@ -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<CrowdfundHub> _HubContext;
private readonly IMemoryCache _MemoryCache;