Merge pull request #516 from Kukks/feature/crowdfund

Crowdfund Bug fixes
This commit is contained in:
Nicolas Dorier
2019-01-15 23:57:29 +09:00
committed by GitHub
9 changed files with 150 additions and 90 deletions

View File

@@ -6,6 +6,7 @@ using System.IO;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using BTCPayServer.Crowdfund;
using BTCPayServer.Data;
using BTCPayServer.Filters;
using BTCPayServer.Hubs;