Post
Topic
Board Development & Technical Discussion
Re: Python Request : Add, Subtract, Divide and Multiply Public Keys
by
ETFbitcoin
on 22/12/2021, 11:19:39 UTC
this scripts last version update run with some error
TypeError: unsupported operand type(s) for -: 'str' and 'Point' and  pk2 missing =

last version on my WSL ubuntu run fine

That's strange... because the last update yesterday was only to add the division and multiplication funcs that were lying around elsewhere. I don't believe I altered any other code.

I just tested the script using Python 3.9 (with most recent version of fastecdsa and bit) and i experience same problem.