/moneywagon/__init__.py", line 333, in generate_keypair
pub_byte, priv_byte = get_magic_bytes(crypto)
/moneywagon/core.py", line 823, in get_magic_bytes
if priv_byte >= 128:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
This is happening because in core.py in get_magic_bytes function,
Here's the error message:
This is happening because in
core.py
inget_magic_bytes
function,Maybe we need to expand on currency support to accommodate this?
something like: