1
0

improve get_tx_status

This commit is contained in:
ThomasV
2018-02-27 15:13:44 +01:00
parent 355bd322df
commit 31edc419fa
3 changed files with 27 additions and 23 deletions

View File

@@ -89,10 +89,9 @@ class CScreen(Factory.Screen):
# note: this list needs to be kept in sync with another in qt
TX_ICONS = [
"close",
"close",
"unconfirmed",
"close",
"unconfirmed",
"close",
"clock1",
"clock2",

View File

@@ -38,9 +38,8 @@ except:
# note: this list needs to be kept in sync with another in kivy
TX_ICONS = [
"warning.png",
"warning.png",
"unconfirmed.png",
"warning.png",
"unconfirmed.png",
"offline_tx.png",
"clock1.png",