mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
sort receiving addresses by lowest index first
This commit is contained in:
parent
ab37018642
commit
19d0cb378d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class ReceivingAddressesView extends ConsumerWidget {
|
|||
.and()
|
||||
.not()
|
||||
.typeEqualTo(AddressType.nonWallet)
|
||||
.sortByDerivationIndexDesc()
|
||||
.sortByDerivationIndex()
|
||||
.findAll(),
|
||||
builder: (context, AsyncSnapshot<List<Address>> snapshot) {
|
||||
if (snapshot.connectionState == ConnectionState.done &&
|
||||
|
|
Loading…
Reference in a new issue