Skip to content

Commit

Permalink
test(wallet): revert address_info order
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Nov 11, 2024
1 parent 2b29cf5 commit 3bcf6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallet/vault/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func (v *Vault) AddressInfos() []AddressInfo {

v.sortAddressesByAddressIndex(addrs...)
v.sortAddressesByAddressType(addrs...)
v.sortAddressesByPurpose(addrs...)

return addrs
}
Expand Down

0 comments on commit 3bcf6b8

Please sign in to comment.