export: list transaction in chronological order
This commit is contained in:
parent
f46efa2a33
commit
19b7414e7b
@ -268,7 +268,7 @@ impl State {
|
||||
}
|
||||
|
||||
let mut txs: Vec<_> = map.into_values().collect();
|
||||
txs.sort_by(|a, b| a.compare(b));
|
||||
txs.sort_by(|a, b| b.compare(a));
|
||||
|
||||
for mut tx in txs {
|
||||
let date_time = tx
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user