Skip to content

Commit 80d8216

Browse files
committed
Merge #15012: Docs: Fix minor error in doc/psbt.md
72b63bc Fix minor grammar error in doc (bitcoinhodler) Pull request description: It's pretty clear that the author meant "rather than" here. Tree-SHA512: aa31d0e8a8a203dba5c0f6edd73ba935b701449243a0fa75d7ca4a35d20c0fd44ba45b58e3d1c7f1854eb1ed66543ecd5d53181c54352e4c3d42eb3ab38cf6f2
2 parents e4850ce + 72b63bc commit 80d8216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/psbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ does not need to be involved.
124124
- Finally anyone can broadcast the transaction using `sendrawtransaction "T"`.
125125

126126
In case there are more signers, it may be advantageous to let them all sign in
127-
parallel, rather passing the PSBT from one signer to the next one. In the
127+
parallel, rather than passing the PSBT from one signer to the next one. In the
128128
above example this would translate to Carol handing a copy of *P* to each signer
129129
separately. They can then all invoke `walletprocesspsbt "P"`, and end up with
130130
their individually-signed PSBT structures. They then all send those back to

0 commit comments

Comments
 (0)