spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.36k stars 3.06k forks source link

TypeError: unsupported operand type(s) for *: 'NoneType' and 'float' #4306

Open TARS-bot opened 6 years ago

TARS-bot commented 6 years ago

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "site-packages\electrum-3.1.1-py3.5.egg\electrum_gui\qt\history_list.py", line 344, in <lambda>
  File "site-packages\electrum-3.1.1-py3.5.egg\electrum_gui\qt\main_window.py", line 3132, in bump_fee_dialog

TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'

Reporter

This issue was reported by 4 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.1.1 Windows-10-10.0.16299 standard fr_FR ℹ
3.1.1 Windows-10-10.0.16299 standard fr_FR ℹ
3.1.1 Windows-10-10.0.16299 standard fr_FR ℹ
3.1.2 Windows-10-10.0.17134 standard en_GB ℹ

Additional Information

error transation


wrong address miss type


ecdsa commented 6 years ago

I think it is probably not very useful to receive bug reports from deprecated versions. finding out if the bug still relevant adds extra work.

SomberNight commented 6 years ago

Not sure why wallet.get_wallet_delta is returning None for fee when the other checks for being able to do RBF have passed. https://github.com/spesmilo/electrum/commit/a161b6e6556dab35e01ab2607f8a9332d7db2c75 will at least avoid the crash, and also offer CPFP