diff options
author | Jon Atack <jon@atack.com> | 2024-04-23 13:30:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 13:30:46 -0700 |
commit | c9d6e2aca2514cb6d97d8b6f21ae913c30ad2fb6 (patch) | |
tree | 718c94d9c8aba505254679b2a242a814d959279b | |
parent | 0e60da79cff984389f73380ccc8a9b23938982b4 (diff) | |
parent | 9d879aaf5ce36c270d6874ef72aa723732f3bc12 (diff) |
Merge pull request #679 from nopara73/patch-3
Fix typos in BIP 126
-rw-r--r-- | bip-0126.mediawiki | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0126.mediawiki b/bip-0126.mediawiki index f498b1c..4cfa292 100644 --- a/bip-0126.mediawiki +++ b/bip-0126.mediawiki @@ -50,7 +50,7 @@ Applications which wish to comply both with this procedure and BIP69 should appl A HIT is Standard form if it adheres to all of the following rules: -# The number of unique output scripts must be equal to the number of unique inputs scripts (irrespective of the number of inputs and outputs). +# The number of unique output scripts must be equal to the number of unique input scripts (irrespective of the number of inputs and outputs). # All output scripts must be unique. # At least one pair of outputs must be of equal value. # 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 An HIT formed via the preceding procedure will adhere to the following conditions: -# The number of unique inputs scripts must exceed the number of output scripts. +# The number of unique input scripts must exceed the number of output scripts. # All output scripts must be unique. # At least one pair of outputs must be of equal value. ## "Standard outputs" refers to the set of outputs with equal value |