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;