We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f33da0 + 19fe55f commit b7da752Copy full SHA for b7da752
docs/lnd/psbt.md
@@ -8,6 +8,10 @@ See [BIP174](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki) for
8
a full description of the PSBT format and the different _roles_ that a
9
participant in a PSBT can have.
10
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
+
15
## Creating/funding a PSBT
16
17
The first step for every transaction that is constructed using a PSBT flow is to
0 commit comments