Skip to content

Commit b7da752

Browse files
Merge pull request #82 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 7f33da0 + 19fe55f commit b7da752

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/lnd/psbt.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ See [BIP174](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki) for
88
a full description of the PSBT format and the different _roles_ that a
99
participant in a PSBT can have.
1010

11+
To avoid possible malleability, all inputs to a funding transaction must be segwit
12+
spends, meaning that P2PKH and normal P2SH cannot be used. An error will be
13+
returned if any inputs are not segwit spends.
14+
1115
## Creating/funding a PSBT
1216

1317
The first step for every transaction that is constructed using a PSBT flow is to

0 commit comments

Comments
 (0)