MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.86k stars 840 forks source link

Propagate SigningOptions from txbuilder to PSBT (Fix #1112) #1129

Closed NicolasDorier closed 1 year ago

NicolasDorier commented 1 year ago

When building a PSBT from a transaction context, the signing options weren't passed to the PSBT. See #1112