Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
JayArrowz committed Sep 10, 2021
1 parent 8ae7e09 commit 3b70b80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SniperService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ private void KeepAliveClient()
}
}

public async Task NewBlock(TransactionReceiptVO transaction)
{
Serilog.Log.Logger.Information("Transaction {@transaction}", transaction);
}

public async Task StartAsync(CancellationToken cancellationToken)
{
await StartClient();
Expand Down

0 comments on commit 3b70b80

Please sign in to comment.