mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Fix minor grammar error in doc
This commit is contained in:
parent
86e0a33f5c
commit
72b63bc905
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ does not need to be involved.
|
||||||
- Finally anyone can broadcast the transaction using `sendrawtransaction "T"`.
|
- 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
|
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
|
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
|
separately. They can then all invoke `walletprocesspsbt "P"`, and end up with
|
||||||
their individually-signed PSBT structures. They then all send those back to
|
their individually-signed PSBT structures. They then all send those back to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue