Skip to content

Commit

Permalink
fix: remove unused executor in BlockchainServiceImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Aug 12, 2024
1 parent 454fe57 commit 3a28cc2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ public class BlockchainServiceImpl extends LifecycleService implements Blockchai

public static final String START_AS_FOREGROUND_EXTRA = "start_as_foreground";

private Executor executor = Executors.newSingleThreadExecutor();
private int syncPercentage = 0; // 0 to 100%

// Risk Analyser for Transactions that is PeerGroup Aware
Expand Down

0 comments on commit 3a28cc2

Please sign in to comment.