1
0

Add history fiat tx value for exchange plugin

Added coindesk BPI rate calculation for transaction values in history.

Coindesk currently only provides this functionality for USD, so it is
only available when the Coindesk and USD combination has been
selected.
This commit is contained in:
Michael Wozniak
2014-03-02 21:08:46 -05:00
parent 7247eb73f3
commit f9a52684e3
2 changed files with 96 additions and 4 deletions

View File

@@ -729,6 +729,7 @@ class ElectrumWindow(QMainWindow):
self.history_list.setCurrentItem(self.history_list.topLevelItem(0))
run_hook('history_tab_update')
def create_send_tab(self):