File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ being seen on-chain with a predetermined reaction in the form of
27
27
another transaction.
28
28
Often the reaction is identical, no matter which transaction is seen
29
29
on-chain, but the application still needs to create many identical
30
- transaction .
30
+ transactions .
31
31
This is because signatures in the input of a transaction uniquely
32
32
commit to the hash of the transaction that created the output being
33
33
spent.
@@ -120,7 +120,7 @@ script update.
120
120
As a soft fork, older software will continue to operate without
121
121
modification. Non-upgraded nodes, however, will not verify the
122
122
validity of the new sighash flag and will consider the transaction
123
- valid by default. Being only applicable to segwit transaction ,
123
+ valid by default. Being only applicable to segwit transactions ,
124
124
non-segwit nodes will see an anyone-can-spend script and will consider
125
125
it valid.
126
126
You can’t perform that action at this time.
0 commit comments