Skip to content

Commit 3acb766

Browse files
committed
refactor: remove unused param
1 parent bc3f22e commit 3acb766

File tree

1 file changed

+2
-2
lines changed
  • test/FuzzTests/NLightning.Bolts.BOLT8/ActTwoFuzzer

1 file changed

+2
-2
lines changed

test/FuzzTests/NLightning.Bolts.BOLT8/ActTwoFuzzer/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Security.Cryptography;
1+
using System.Security.Cryptography;
22
using System.Text;
33
using NLightning.Bolts.BOLT8.Constants;
44
using NLightning.Bolts.BOLT8.States;
@@ -10,7 +10,7 @@ namespace ActTwoFuzzer;
1010

1111
internal abstract class ActTwoFuzzer
1212
{
13-
private static void Main(string[] args)
13+
private static void Main()
1414
{
1515
Fuzzer.OutOfProcess.Run(stream =>
1616
{

0 commit comments

Comments
 (0)