Skip to content

Commit c9d6e2a

Browse files
authored
Merge pull request bitcoin#679 from nopara73/patch-3
Fix typos in BIP 126
2 parents 0e60da7 + 9d879aa commit c9d6e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0126.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Applications which wish to comply both with this procedure and BIP69 should appl
5050

5151
A HIT is Standard form if it adheres to all of the following rules:
5252

53-
# The number of unique output scripts must be equal to the number of unique inputs scripts (irrespective of the number of inputs and outputs).
53+
# The number of unique output scripts must be equal to the number of unique input scripts (irrespective of the number of inputs and outputs).
5454
# All output scripts must be unique.
5555
# At least one pair of outputs must be of equal value.
5656
# The largest output in the transaction is a member of a set containing at least two identically-sized outputs.
@@ -88,7 +88,7 @@ Clients which create intentional HITs must have the capability to form alternate
8888

8989
An HIT formed via the preceding procedure will adhere to the following conditions:
9090

91-
# The number of unique inputs scripts must exceed the number of output scripts.
91+
# The number of unique input scripts must exceed the number of output scripts.
9292
# All output scripts must be unique.
9393
# At least one pair of outputs must be of equal value.
9494
## "Standard outputs" refers to the set of outputs with equal value

0 commit comments

Comments
 (0)