mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Include XPubs in PSBTs for multi sig (#6696)
This commit is contained in:
@@ -540,7 +540,7 @@ namespace BTCPayServer.Controllers.Greenfield
|
||||
{
|
||||
SelectedInputs = request.SelectedInputs?.Select(point => point.ToString()),
|
||||
Outputs = outputs,
|
||||
AlwaysIncludeNonWitnessUTXO = true,
|
||||
AlwaysIncludeNonWitnessUTXO = derivationScheme.DefaultIncludeNonWitnessUtxo,
|
||||
InputSelection = request.SelectedInputs?.Any() is true,
|
||||
FeeSatoshiPerByte = request.FeeRate?.SatoshiPerByte,
|
||||
NoChange = request.NoChange
|
||||
|
||||
Reference in New Issue
Block a user