Skip to content

Commit ee6cdea

Browse files
adamjonasbitschmidty
authored andcommitted
news178: add bitcoin core #22513
1 parent fbbf014 commit ee6cdea

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

_posts/en/newsletters/2021-12-08-newsletter.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,16 @@ repo], [Hardware Wallet Interface (HWI)][hwi repo],
110110
can verify it using the `gettxoutsetinfo` RPC, allowing it to be used
111111
with the proposed [assumeUTXO][topic assumeutxo] node bootstrapping.
112112

113-
- [Bitcoin Core #22513][] rpc: Allow walletprocesspsbt to sign without finalizing FIXME:adamjonas
113+
- [Bitcoin Core #22513][] allows `walletprocesspsbt` to sign without
114+
finalizing the [PSBT][topic psbt] workflow. This is useful for
115+
complex scripts, for example, in a [tapscript][topic tapscript] with
116+
two paths: a fallback script path that requires only signer Alice,
117+
plus a normal path with multiple signers including Alice. When Alice
118+
signs, it is best to delay finalizing the PSBT with the fallback
119+
script path and instead construct a PSBT containing both of Alice’s
120+
signatures, pass the PSBT to the other signers, and wait for
121+
them to sign. In this scenario, the ultimate path is determined after
122+
all signatures are produced.
114123

115124
- [C-Lightning #4921][] updates the implementation of [onion
116125
messages][topic onion messages] to match the latest updates to the

_topics/en/psbt.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ optech_mentions:
159159
- title: "LND #5363 allows PSBTs to be finalized by external software"
160160
url: /en/newsletters/2021/10/13/#lnd-5363
161161

162+
- title: "Bitcoin Core #22513 allows walletprocesspsbt to sign without finalizing"
163+
url: /en/newsletters/2021/12/08/#bitcoin-core-22513
164+
162165
## Optional. Same format as "primary_sources" above
163166
see_also:
164167
- title: Output Script Descriptors

0 commit comments

Comments
 (0)