BTCHDwallet icon indicating copy to clipboard operation
BTCHDwallet copied to clipboard

Error with python 3.10: TypeError: issubclass() arg 1 must be a class

Open jkdi opened this issue 1 year ago • 0 comments

Start ... Traceback (most recent call last): File "/nix/BTCHDwallet/singleWallet.py", line 70, in hd_btc: HDWallet = HDWallet(BTC) File "/usr/local/lib/python3.10/dist-packages/hdwallet/hdwallet.py", line 105, in init if not issubclass(cryptocurrency, ICryptocurrency): TypeError: issubclass() arg 1 must be a class

jkdi avatar Jan 06 '25 10:01 jkdi