aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbitcoinhodler <31543633+bitcoinhodler@users.noreply.github.com>2018-12-20 21:59:56 +0000
committerGitHub <noreply@github.com>2018-12-20 21:59:56 +0000
commit72b63bc9054f7742a9b12ea29b21770b5e437092 (patch)
treeec46bd13aeecc8bf674510b0c2a5533b808b8eb8 /doc
parent86e0a33f5c382513d5179e3fdf158baf952d7e2f (diff)
downloadbitcoin-72b63bc9054f7742a9b12ea29b21770b5e437092.tar.xz
Fix minor grammar error in doc
Diffstat (limited to 'doc')
-rw-r--r--doc/psbt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/psbt.md b/doc/psbt.md
index 7e6a93714d..560b45ef31 100644
--- a/doc/psbt.md
+++ b/doc/psbt.md
@@ -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