Add support for removing network fee on first payment

This commit is contained in:
nicolas.dorier
2019-01-05 00:37:09 +09:00
parent 0f175174f6
commit a05cd5678b
18 changed files with 199 additions and 44 deletions

View File

@@ -34,6 +34,7 @@ using System.Security.Principal;
using System.Text;
using System.Threading;
using Xunit;
using BTCPayServer.Services;
namespace BTCPayServer.Tests
{