mcdallas / cryptotools

MIT License
206 stars 80 forks source link

Syntax error when importing Transaction #9

Closed RemcoMi closed 5 years ago

RemcoMi commented 5 years ago

Traceback (most recent call last): File "run2.py", line 4, in from btctools import Transaction File "btctools/cryptotools/btctools/init.py", line 1, in from ECDSA.secp256k1 import PrivateKey, PublicKey, generate_keypair, CURVE, Point, Message File "btctools/cryptotools/ECDSA/init.py", line 8 assert self in curve, f"Point {x}, {y} not in curve" ^ SyntaxError: invalid syntax