wallets: sort by id
This commit is contained in:
parent
ada4575392
commit
1261e3ef30
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ impl WalletList {
|
|||
}
|
||||
}
|
||||
}
|
||||
// Sort wallets by id.
|
||||
wallets.sort_by_key(|w| w.config.id);
|
||||
wallets
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue