mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
Fixes #6626. If either of the two fields FinalScriptSig or FinalScriptWitness is set on an input of a PSBT then that results in most of the fields of that input not to be serialized in the packet anymore, since the input is considered to be complete. But because a signer isn't supposed to set any of the Final* fields, this was wrong from the beginning. Only the finalizer will set those fields. |
||
---|---|---|
.. | ||
blockchain.go | ||
btcwallet.go | ||
btcwallet_rpctest.go | ||
btcwallet_test.go | ||
config.go | ||
driver.go | ||
log.go | ||
psbt.go | ||
psbt_test.go | ||
signer.go | ||
signer_test.go |