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

@@ -7,7 +7,7 @@ using BTCPayServer.Client;
using BTCPayServer.Data;
using BTCPayServer.Models;
using BTCPayServer.Security;
using BTCPayServer.Security.APIKeys;
using BTCPayServer.Security.GreenField;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using NBitcoin;