Skip to content

Commit 3137bc2

Browse files
committed
Use 'optionally' instead of 'optional'
1 parent 422d598 commit 3137bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In general, PSBTs provide a number of functional elements that improve this use
1919
1. They provide a _standard_ for collaboratively creating transactions, whereas previous methodologies (including the multi-sig one from the previous chapter) were implementation dependent.
2020
2. They support a _wider variety of use cases_, including simple joint funding.
2121
3. They support _hardware wallets_ and other cases where a node may not have full transaction history.
22-
4. They optional allow for the combination of _non-serialized transactions_, not requiring an ever-bigger hex code to be passed from user to user.
22+
4. They optionally allow for the combination of _non-serialized transactions_, not requiring an ever-bigger hex code to be passed from user to user.
2323

2424
PSBTs do their work by supplementing normal transaction information with a set of inputs and outputs, each of which defines everything you need to know about those UTXOs, so that even an airgapped wallet can make an informed decision about signatures. Thus, an input lists out the amount of money in a UTXO and what needs to be done to spend it, while an output does the same for the UTXOs it's creating.
2525

0 commit comments

Comments
 (0)