Skip to content

Commit

Permalink
Fixed getting of subaddresses for current selected account
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Misiura committed Jan 9, 2020
1 parent a4af704 commit ea9f055
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Expand Up @@ -6,8 +6,8 @@ analyzer:
implicit-dynamic: false
exclude:
- "build/**"
- "**/*.g.dart"
- "lib/generated/*.dart"
- "**.g.dart"

linter:
rules:
Expand Down
1 change: 0 additions & 1 deletion cw_monero/lib/subaddress_list.dart
Expand Up @@ -30,7 +30,6 @@ void refreshSubaddresses({int accountIndex}) =>
subaddressRefreshNative(accountIndex);

List<SubaddressRow> getAllSubaddresses() {
refreshSubaddresses(accountIndex: 0);
final size = subaddressSizeNative();
final subaddressAddressesPointer = subaddrressGetAllNative();
final subaddressAddresses = subaddressAddressesPointer.asTypedList(size);
Expand Down

0 comments on commit ea9f055

Please sign in to comment.