From cfc9a73d4b168abcd08d19e2c0bc8d656c9d61e6 Mon Sep 17 00:00:00 2001 From: gabaldon Date: Wed, 2 Aug 2023 17:31:05 +0200 Subject: [PATCH] wip --- lib/bloc/explorer/api_explorer.dart | 2 ++ lib/bloc/explorer/explorer_bloc.dart | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/bloc/explorer/api_explorer.dart b/lib/bloc/explorer/api_explorer.dart index 4d4d0f53e..a14620a0a 100644 --- a/lib/bloc/explorer/api_explorer.dart +++ b/lib/bloc/explorer/api_explorer.dart @@ -1,3 +1,5 @@ +import 'dart:developer'; + import 'package:my_wit_wallet/util/storage/database/transaction_adapter.dart'; import 'package:witnet/data_structures.dart'; import 'package:witnet/explorer.dart'; diff --git a/lib/bloc/explorer/explorer_bloc.dart b/lib/bloc/explorer/explorer_bloc.dart index 88a7cdb29..3aa3d7e5d 100644 --- a/lib/bloc/explorer/explorer_bloc.dart +++ b/lib/bloc/explorer/explorer_bloc.dart @@ -1,4 +1,5 @@ import 'dart:async'; +import 'dart:developer'; import 'package:bloc/bloc.dart'; import 'package:equatable/equatable.dart'; @@ -235,7 +236,6 @@ class ExplorerBloc extends Bloc { /// loop over the explorer response /// which is Map> key = address Map updatedAccounts = {}; - for (int addressIndex = 0; addressIndex < _utxos.length; addressIndex++) {