namecoin/electrum-nmc

Bug when installing it on Windows 10

Closed this issue · 1 comments

Traceback (most recent call last):
File "electrum\util.py", line 924, in run_with_except_hook
File "threading.py", line 870, in run
File "C:\Program Files (x86)\Electrum-NMC\electrum\plugins\trustedcoin\trustedcoin.py", line 482, in f
return func(self, *args, **kwargs)
File "C:\Program Files (x86)\Electrum-NMC\electrum\plugins\trustedcoin\trustedcoin.py", line 503, in request_billing_info
raise Exception(f'unexpected trustedcoin billing address: '
Exception: unexpected trustedcoin billing address: calculated nc1q7hd3f5xx2z4l(...), received bc1q7hd3f5(...)

Additional information
Electrum version: 4.0.0b0
Python version: 3.8.7 (tags/v3.8.7:6503f05, Dec 21 2020, 17:43:54) [MSC v.1928 32 bit (Intel)]
Operating system: Windows-10-10.0.19041-SP0
Wallet type: 2fa
Locale: en_US

Duplicate of #111