mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 14:04:06 +01:00
docs: add malleability note in psbt.md
This commit is contained in:
parent
eda3d45b3d
commit
9e2cccdbbd
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ See [BIP174](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki) for
|
|||
a full description of the PSBT format and the different _roles_ that a
|
||||
participant in a PSBT can have.
|
||||
|
||||
To avoid possible malleability, all inputs to a funding transaction must be segwit
|
||||
spends, meaning that P2PKH and normal P2SH cannot be used. An error will be
|
||||
returned if any inputs are not segwit spends.
|
||||
|
||||
## Creating/funding a PSBT
|
||||
|
||||
The first step for every transaction that is constructed using a PSBT flow is to
|
||||
|
|
Loading…
Add table
Reference in a new issue