mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 15:20:50 +01:00
Fix typos
This commit is contained in:
parent
f7cfefaccf
commit
9d879aaf5c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue