Renaming GreenField classes

This commit is contained in:
nicolas.dorier
2020-03-27 12:55:21 +09:00
parent 76818fa385
commit ac14f199e4
6 changed files with 7 additions and 8 deletions

View File

@@ -19,9 +19,8 @@ using System.Globalization;
using BTCPayServer.Security;
using BTCPayServer.U2F;
using BTCPayServer.Data;
using BTCPayServer.Security.APIKeys;
using Microsoft.AspNetCore.Routing;
using BTCPayServer.Security.GreenField;
namespace BTCPayServer.Controllers
{