Update PSBT should include non witness utxo

This commit is contained in:
nicolas.dorier
2020-09-24 21:43:04 +09:00
parent d1efddd312
commit 31e335792f

View File

@@ -137,7 +137,8 @@ namespace BTCPayServer
var result = await explorerClientProvider.GetExplorerClient(psbt.Network.NetworkSet.CryptoCode).UpdatePSBTAsync(new UpdatePSBTRequest()
{
PSBT = psbt,
DerivationScheme = derivationSchemeSettings.AccountDerivation
DerivationScheme = derivationSchemeSettings.AccountDerivation,
AlwaysIncludeNonWitnessUTXO = true
});
if (result == null)
return null;