fix ambigous ref

This commit is contained in:
Kukks 2019-11-11 10:08:10 +01:00
parent 0df7506ad5
commit bae9ca2a7a

View file

@ -60,6 +60,7 @@ using Microsoft.Extensions.DependencyInjection;
using NBXplorer.DerivationStrategy;
using BTCPayServer.U2F.Models;
using BTCPayServer.Security.Bitpay;
using MemoryCache = Microsoft.Extensions.Caching.Memory.MemoryCache;
namespace BTCPayServer.Tests
{