Add some tests to check that AccountKeyPath and RootFingerprint are taken into account during PSBT creation

This commit is contained in:
nicolas.dorier
2019-05-09 18:58:14 +09:00
parent f37bfbf9f9
commit 51faa39636
2 changed files with 41 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ namespace BTCPayServer.Controllers
}
}
private async Task<CreatePSBTResponse> CreatePSBT(BTCPayNetwork network, DerivationSchemeSettings derivationSettings, WalletSendLedgerModel sendModel, CancellationToken cancellationToken)
public async Task<CreatePSBTResponse> CreatePSBT(BTCPayNetwork network, DerivationSchemeSettings derivationSettings, WalletSendLedgerModel sendModel, CancellationToken cancellationToken)
{
var nbx = ExplorerClientProvider.GetExplorerClient(network);
CreatePSBTRequest psbtRequest = new CreatePSBTRequest();