summaryrefslogtreecommitdiff
path: root/bip-schnorr
diff options
context:
space:
mode:
authorJonas Nick <jonasd.nick@gmail.com>2019-11-02 12:19:17 +0000
committerPieter Wuille <pieter.wuille@gmail.com>2020-01-19 14:47:33 -0800
commitc9196eeef41b896af9d5fd5eb3823004770fccf0 (patch)
tree5b64346fb390b580c34375d0bebefc5493a3ab00 /bip-schnorr
parent301fef36de8fff2a8d692f86fbde137f93bff14d (diff)
downloadbips-c9196eeef41b896af9d5fd5eb3823004770fccf0.tar.xz
Fix typo in reference code comment
Diffstat (limited to 'bip-schnorr')
-rw-r--r--bip-schnorr/reference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-schnorr/reference.py b/bip-schnorr/reference.py
index 4ac93ee..79be690 100644
--- a/bip-schnorr/reference.py
+++ b/bip-schnorr/reference.py
@@ -4,7 +4,7 @@ import binascii
p = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F
n = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141
-# Points are tuples X and Y coordinates and the point at infinity is
+# Points are tuples of X and Y coordinates and the point at infinity is
# represented by the None keyword.
G = (0x79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798, 0x483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8)