Order history txs in home state
This commit is contained in:
parent
e152714756
commit
887b71367b
@ -184,6 +184,7 @@ impl State for Home {
|
||||
Ok(events) => {
|
||||
self.warning = None;
|
||||
self.events = events;
|
||||
self.events.sort_by(|a, b| b.time.cmp(&a.time));
|
||||
}
|
||||
},
|
||||
Message::HistoryTransactionsExtension(res) => match res {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user