-WIP-electrum-btcp/gui/qt
shunyata acec9c2b43 Parse amounts from CSV with Decimal and not float.
This fixes a bug where amounts are read from a CSV file incorrectly due to
floating point representation error. For example, the string 0.009 will be
parsed as 0.00899999, and then converted to 899999, resulting in one fewer
satoshi being sent as part of the transaction generated from the CSV file.
2013-11-29 15:27:59 -05:00
..
__init__.py Mac OSX bitcoin: URI updates 2013-11-13 05:59:36 -06:00
amountedit.py simplify gui names 2013-09-24 10:06:03 +02:00
console.py stop using eval 2013-11-11 22:03:20 -08:00
history_widget.py simplify gui names 2013-09-24 10:06:03 +02:00
installwizard.py don't exit in wizard (fixes #402) 2013-11-12 22:55:42 +01:00
lite_window.py Fix: hide tray icon on close 2013-11-27 23:50:31 +01:00
main_window.py Parse amounts from CSV with Decimal and not float. 2013-11-29 15:27:59 -05:00
network_dialog.py Split colon - separate 2013-11-05 22:13:16 +01:00
password_dialog.py fix more bare excepts 2013-11-10 12:30:57 -08:00
qrcodewidget.py fix more bare excepts 2013-11-10 12:30:57 -08:00
receiving_widget.py fixes for lite gui (issue #262) 2013-10-07 07:34:25 +02:00
seed_dialog.py seed v6 2013-10-26 16:40:05 +02:00
transaction_dialog.py fix tx signing with watching only wallets 2013-11-12 11:14:16 +01:00
util.py simplify gui names 2013-09-24 10:06:03 +02:00
version_getter.py fix another http leak 2013-10-01 09:14:07 +02:00