Skip to content

Commit

Permalink
fix: Removed loadTransactions from load tokens parser
Browse files Browse the repository at this point in the history
  • Loading branch information
i-asimkhan committed Feb 27, 2024
1 parent 830bdf4 commit d376c04
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class MiraiWeb3LoadTokensParser
FutureOr<dynamic> onCall(
BuildContext context, Map<String, dynamic> model) async {
final tokens = await Web3ModalService.loadTokens();
Web3ModalService.loadAllTransactions();
return tokens;
}
}

0 comments on commit d376c04

Please sign in to comment.