Fix minor grammar error in doc

Github-Pull: #15012
Rebased-From: 72b63bc905
This commit is contained in:
bitcoinhodler 2018-12-20 21:59:56 +00:00 committed by fanquake
parent 88c566a13f
commit fa0c76adee
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -124,7 +124,7 @@ does not need to be involved.
- Finally anyone can broadcast the transaction using `sendrawtransaction "T"`.
In case there are more signers, it may be advantageous to let them all sign in
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
above example this would translate to Carol handing a copy of *P* to each signer
separately. They can then all invoke `walletprocesspsbt "P"`, and end up with
their individually-signed PSBT structures. They then all send those back to