Skip to content

Commit 53f1560

Browse files
authored
chore: remove unused code in SendBlobs tool (#9658)
* chore: remove unused imports from AccountException * chore: remove unused TxDecoder variable in BlobSender
1 parent bf2c5dc commit 53f1560

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

tools/SendBlobs/AccountException.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
// SPDX-FileCopyrightText: 2023 Demerzel Solutions Limited
22
// SPDX-License-Identifier: LGPL-3.0-only
33

4-
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Runtime.Serialization;
8-
using System.Text;
9-
using System.Threading.Tasks;
10-
114
namespace SendBlobs;
125
internal class AccountException : Exception
136
{

tools/SendBlobs/BlobSender.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public async Task SendRandomBlobs(
9292
signers.Add(new(new Signer(chainId, privateKey, _logManager), nonce));
9393
}
9494

95-
TxDecoder txDecoder = TxDecoder.Instance;
9695
Random random = new();
9796

9897
int signerIndex = -1;

0 commit comments

Comments
 (0)