Skip to content

Commit

Permalink
fix a spelling mistake (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
web3shannon authored and hashmap committed Oct 31, 2019
1 parent a362888 commit eadf663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ The requirement to know both values to generate valid rangeproofs is an importan
Carol's UTXO: 113*G + 2*H
Attacker's output: (113 + 99)*G + 2*H

which can be signed by the attacker since Carols private key of 113 cancels due to the adverserial choice of keys. The new output could only be spent by both the attacker and Carol together. However, while the attacker can provide a valid signature for the transaction, it is impossible to create a valid rangeproof for the new output invalidating this attack.
which can be signed by the attacker since Carols private key of 113 cancels due to the adversarial choice of keys. The new output could only be spent by both the attacker and Carol together. However, while the attacker can provide a valid signature for the transaction, it is impossible to create a valid rangeproof for the new output invalidating this attack.


#### Putting It All Together
Expand Down

0 comments on commit eadf663

Please sign in to comment.