bump nbxplorer

This commit is contained in:
nicolas.dorier
2018-11-21 20:41:51 +09:00
parent 2929d7bf51
commit 0096ec1d12
5 changed files with 8 additions and 8 deletions

View File

@@ -811,7 +811,7 @@ namespace BTCPayServer.Tests
output.ScriptPubKey = invoiceAddress.ScriptPubKey;
using (var cts = new CancellationTokenSource(10000))
using (var listener = tester.ExplorerClient.CreateNotificationSession())
using (var listener = tester.ExplorerClient.CreateWebsocketNotificationSession())
{
listener.ListenAllDerivationSchemes();
var replaced = tester.ExplorerNode.SignRawTransaction(tx);