-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hello,
I installed ChromaWallet chromawallet-win32-0.1.2 on Windows 10 64bits.
I can launch the GUI. But as my wallet balance was equal to 0 by default (on testnet), I went on http://tpfaucet.appspot.com/ to get 50 test bitcoins.
After that, I get an error in the GUI : coloredcoinlib.colorvalue.InvalidValueError: Not an int but a <type 'long'> (see attachment).
The trace :
Traceback (most recent call last): File "E:\ngcccbase\ui\qtui.py", line 94, in update_utxo_fetcher File "E:\ngcccbase\ui\overviewpage.py", line 36, in update File "E:\ngcccbase\ui\wallet.py", line 84, in get_total_balance File "E:\ngcccbase\ngcccbase\wallet_controller.py", line 427, in get_total_balance File "E:\ngcccbase\ngcccbase\wallet_controller.py", line 415, in _get_balance File "E:\ngcccbase\ngcccbase\coindb.py", line 254, in get_result File "E:\ngcccbase\ngcccbase\coindb.py", line 225, in get_coins_for_address File "E:\ngcccbase\coloredcoinlib\colorvalue.py", line 108, in init File "E:\ngcccbase\coloredcoinlib\colorvalue.py", line 44, in init coloredcoinlib.colorvalue.InvalidValueError: Not an int but a <type 'long'>
What am I doing wrong ?