Skip to content

Commit 0ec01e9

Browse files
committed
Fix typo in reference code comment
1 parent 35f1ffa commit 0ec01e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-schnorr/reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
p = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F
55
n = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141
66

7-
# Points are tuples X and Y coordinates and the point at infinity is
7+
# Points are tuples of X and Y coordinates and the point at infinity is
88
# represented by the None keyword.
99
G = (0x79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798, 0x483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8)
1010

0 commit comments

Comments
 (0)