Update docker, remove tx cache, use new nbxplorer

This commit is contained in:
nicolas.dorier
2018-01-17 15:02:53 +09:00
parent c9b5f89f17
commit 3f9889d374
8 changed files with 58 additions and 49 deletions

View File

@@ -19,6 +19,8 @@ using System.Linq;
using System.Threading;
using BTCPayServer.Services.Wallets;
using System.IO;
using BTCPayServer.Logging;
using Microsoft.Extensions.Logging;
namespace BTCPayServer
{