diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-12-28 11:52:23 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-12-28 11:54:06 +0100 |
commit | 80d821600535d69ecb3654d56374d543491167e0 (patch) | |
tree | d5237d91921ed741e74ba156b279ceb909f7285e /doc | |
parent | e4850ce1103e24f3f5a10fe73abd86fab697c887 (diff) | |
parent | 72b63bc9054f7742a9b12ea29b21770b5e437092 (diff) |
Merge #15012: Docs: Fix minor error in doc/psbt.md
72b63bc9054f7742a9b12ea29b21770b5e437092 Fix minor grammar error in doc (bitcoinhodler)
Pull request description:
It's pretty clear that the author meant "rather than" here.
Tree-SHA512: aa31d0e8a8a203dba5c0f6edd73ba935b701449243a0fa75d7ca4a35d20c0fd44ba45b58e3d1c7f1854eb1ed66543ecd5d53181c54352e4c3d42eb3ab38cf6f2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/psbt.md | 2 |
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 |