mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Update PSBT should include non witness utxo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user