tandroid: tx fee per kb - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit ddaf2c3121c2305515cb3a81875450028238ef75 DIR parent 8d95b9c9805d8f931990222c8357a30561c3b33c HTML Author: ThomasV <thomasv@gitorious> Date: Wed, 25 Feb 2015 17:28:40 +0100 android: tx fee per kb Diffstat: M gui/android.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/android.py b/gui/android.py t@@ -774,7 +774,7 @@ def settings_loop(): is_encrypted = 'yes' if wallet.use_encryption else 'no' protocol = protocol_name(p) droid.fullShow(settings_layout) - droid.fullSetList("myListView",['Server: ' + host, 'Protocol: '+ protocol, 'Port: '+port, 'Transaction fee: '+fee, 'Password: '+is_encrypted, 'Seed']) + droid.fullSetList("myListView",['Server: ' + host, 'Protocol: '+ protocol, 'Port: '+port, 'Transaction fee/kb: '+fee, 'Password: '+is_encrypted, 'Seed']) set_listview()