improve get_tx_status
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user