Use library for Payjoin Sender (#2158)

* Use library for Payjoin Sender

* update payjoin sender to use new package and reduce code

* fix using statements
This commit is contained in:
Andrew Camilleri
2021-03-01 14:44:53 +01:00
committed by GitHub
parent c9cfe5cc6e
commit 49ae62b02e
17 changed files with 98 additions and 474 deletions

View File

@@ -25,6 +25,7 @@ using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using NBitcoin;
using BTCPayServer.BIP78.Sender;
using NBitcoin.DataEncoders;
using NBXplorer;
using NBXplorer.DerivationStrategy;