flo-electrum/lib
Dan Haiduc 5e589133c9 Update commands: output str(Decimals), not floats
The commands `listunspent` and `history` were using float.
Patched to consistently return strings of Decimal objects.
2017-10-20 21:35:18 +03:00
..
tests add comment about pyaes issue 2017-10-17 12:55:13 +02:00
wordlist
www
__init__.py Extend Wallet Import Format with txin type. Extend class Imported_Wallet. 2017-09-29 15:32:55 +02:00
base_wizard.py tests: wallet-keystore integrity (bip39) 2017-10-03 03:30:40 +02:00
bitcoin.py cleanup commented lines 2017-10-17 12:59:59 +02:00
blockchain.py
coinchooser.py
commands.py Update commands: output str(Decimals), not floats 2017-10-20 21:35:18 +03:00
contacts.py
currencies.json
daemon.py storage: upgrade format version automatically in load_data() 2017-10-13 05:44:19 +02:00
dnssec.py
exchange_rate.py
i18n.py
interface.py
keystore.py fix command line interface for hardware wallets. fixes #3056 2017-10-19 11:59:36 +02:00
mnemonic.py
msqr.py
network.py Merge branch 'master' of github.com:spesmilo/electrum 2017-10-13 13:47:41 +02:00
old_mnemonic.py
paymentrequest_pb2.py
paymentrequest.proto
paymentrequest.py fix: saving payment request as bip70 file 2017-10-04 02:12:52 +02:00
pem.py
plot.py
plugins.py
qrscanner.py
ripemd.py
rsakey.py
segwit_addr.py
servers_testnet.json
servers.json
simple_config.py follow up afcc37ec34 2017-10-13 10:56:59 +02:00
storage.py fix: storage upgrade of pre-2.8 imported key wallets, and tests 2017-10-16 04:37:01 +02:00
synchronizer.py
transaction.py fix: witness for non-segwit txins 2017-10-12 21:44:08 +02:00
util.py Extend Wallet Import Format with txin type. Extend class Imported_Wallet. 2017-09-29 15:32:55 +02:00
verifier.py
version.py
wallet.py add class Simple_Wallet 2017-10-15 10:14:55 +02:00
websockets.py
x509.py