Skip to content

Commit 72b63bc

Browse files
Fix minor grammar error in doc
1 parent 86e0a33 commit 72b63bc

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)