From fa0c76adee84e2b536b2202429d744e305444cd5 Mon Sep 17 00:00:00 2001 From: bitcoinhodler <31543633+bitcoinhodler@users.noreply.github.com> Date: Thu, 20 Dec 2018 21:59:56 +0000 Subject: Fix minor grammar error in doc Github-Pull: #15012 Rebased-From: 72b63bc9054f7742a9b12ea29b21770b5e437092 --- doc/psbt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3