flo-electrum/lib
Ben Woosley 53320470f5 Format the transaction window fee rate with 1 decimal place (#4286)
* Fix format_satoshi to properly handle non-integer values

Handling the integer and fraction parts together via string formatting
simplifies the initial composition because the default behavior manages
the - sign, and the incorporation of the fractional part.

* Limit fee rate output to one decimal place

Via a new precision arg

* Introduce format_fee_satoshis and use it for all fee display
2018-04-24 18:54:14 +02:00
..
tests Format the transaction window fee rate with 1 decimal place (#4286) 2018-04-24 18:54:14 +02:00
wordlist
__init__.py
base_wizard.py do not raise BaseException 2018-04-07 17:10:30 +02:00
bitcoin.py bitcoin.py: fix op_push 2018-04-14 16:13:51 +02:00
blockchain.py do not raise BaseException 2018-04-07 17:10:30 +02:00
checkpoints_testnet.json Add checkpoints file for testnet. Check that received headers are after max_checkpoint 2017-12-13 14:22:46 +01:00
checkpoints.json Replace initial headers download with hardcoded checkpoints 2017-12-12 10:20:44 +01:00
coinchooser.py Fix typos 2018-04-15 20:34:40 +02:00
commands.py Fix typos 2018-04-15 20:34:40 +02:00
constants.py add regtest support (#4242) 2018-04-11 19:10:14 +02:00
contacts.py fix openalias py3 2018-03-06 16:08:49 +01:00
currencies.json added therocktrading exchange rate (#4272) 2018-04-24 09:28:38 +02:00
daemon.py Merge pull request #4061 from Yuki-Inoue/feature/current_wallet_path 2018-03-27 11:04:46 +02:00
dnssec.py do not raise BaseException 2018-04-07 17:10:30 +02:00
exchange_rate.py added therocktrading exchange rate (#4272) 2018-04-24 09:28:38 +02:00
i18n.py
interface.py Fix typos 2018-04-15 20:34:40 +02:00
jsonrpc.py Password-protect the JSON RPC interface 2018-01-07 19:30:23 +01:00
keystore.py Fix typos 2018-04-15 20:34:40 +02:00
mnemonic.py Fix typos 2018-04-15 20:34:40 +02:00
msqr.py
network.py do not raise BaseException 2018-04-07 17:10:30 +02:00
old_mnemonic.py
paymentrequest_pb2.py
paymentrequest.proto
paymentrequest.py Fix typos 2018-04-15 20:34:40 +02:00
pem.py fix #3411 2018-01-04 03:40:35 +01:00
plot.py follow-up prev 2018-03-10 00:37:16 +01:00
plugins.py do not raise BaseException 2018-04-07 17:10:30 +02:00
qrscanner.py this probably fixes #4072 2018-03-08 10:14:32 +01:00
ripemd.py
rsakey.py minor 2017-11-29 18:14:39 -06:00
segwit_addr.py
servers_regtest.json add regtest support (#4242) 2018-04-11 19:10:14 +02:00
servers_testnet.json update default server list 2018-03-05 06:00:24 +01:00
servers.json update default server list 2018-03-05 06:00:24 +01:00
simple_config.py Format the transaction window fee rate with 1 decimal place (#4286) 2018-04-24 18:54:14 +02:00
storage.py changed some asserts to raise-exceptions in lib 2018-04-07 17:01:38 +02:00
synchronizer.py fix #4198 2018-04-05 12:52:21 +02:00
transaction.py do not raise BaseException 2018-04-07 17:10:30 +02:00
util.py Format the transaction window fee rate with 1 decimal place (#4286) 2018-04-24 18:54:14 +02:00
verifier.py fix #4026 2018-03-05 11:44:03 +01:00
version.py prepare release 3.1.3 2018-04-16 18:43:02 +02:00
wallet.py Format the transaction window fee rate with 1 decimal place (#4286) 2018-04-24 18:54:14 +02:00
websockets.py use explicit utf-8 encoding when opening files in text mode 2018-03-23 21:47:51 +01:00
x509.py use explicit utf-8 encoding when opening files in text mode 2018-03-23 21:47:51 +01:00