We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e0a33 commit 72b63bcCopy full SHA for 72b63bc
doc/psbt.md
@@ -124,7 +124,7 @@ does not need to be involved.
124
- Finally anyone can broadcast the transaction using `sendrawtransaction "T"`.
125
126
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
+parallel, rather than passing the PSBT from one signer to the next one. In the
128
above example this would translate to Carol handing a copy of *P* to each signer
129
separately. They can then all invoke `walletprocesspsbt "P"`, and end up with
130
their individually-signed PSBT structures. They then all send those back to
0 commit comments