From 3b70b802f3c82c52fc68f67379accf0917c1a175 Mon Sep 17 00:00:00 2001 From: JayArrowz Date: Fri, 10 Sep 2021 23:58:00 +0100 Subject: [PATCH] chore: remove dead code --- SniperService.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SniperService.cs b/SniperService.cs index bf2c9d8..4fdcae5 100644 --- a/SniperService.cs +++ b/SniperService.cs @@ -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();