You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Amir Taaki 7299c388e8 Select unused addresses when copying receiving address. We don't use wallet.get_balance as that is deceptive (if you sent a tx to yourself or old used addresses can have a 0 balance) and get_history seems a bit much (to check the activity of an address, we'd have to filter many addresses). This is a nice reasonable compromise. 14 years ago
..
__init__.py modified password input routines to allow for input through stdin 14 years ago
bmp.py setup package in lib subdirectory 14 years ago
exchange_rate.py Do slow price discovery in another thread to speed up startup time and responsiveness. 14 years ago
gui.py import lib directory as electrum if the library is not installed 14 years ago
gui_lite.py Select unused addresses when copying receiving address. We don't use wallet.get_balance as that is deceptive (if you sent a tx to yourself or old used addresses can have a 0 balance) and get_history seems a bit much (to check the activity of an address, we'd have to filter many addresses). This is a nice reasonable compromise. 14 years ago
gui_qt.py stop ugly flash because qt gui is trying to show itself. 14 years ago
i18n.py version 0.50: localisation using gettext 14 years ago
interface.py Adding user enabled debug messages for server communications 14 years ago
mnemonic.py setup package in lib subdirectory 14 years ago
msqr.py setup package in lib subdirectory 14 years ago
pyqrnative.py setup package in lib subdirectory 14 years ago
ripemd.py setup package in lib subdirectory 14 years ago
util.py first check data/ else use system appdata/share directory. 14 years ago
version.py version 0.61 14 years ago
wallet.py modified password input routines to allow for input through stdin 14 years ago