Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vang1ong7ang authored May 22, 2024
1 parent 87b42b6 commit b4e8064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BurgerRepresentative/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace BurgerRepresentative
class Program
{
private static readonly BigInteger THREASHOLD = BigInteger.Parse(Environment.GetEnvironmentVariable("THREASHOLD"));
private static readonly BigInteger TARGET = UInt160.Parse(Environment.GetEnvironmentVariable("TARGET") ?? "0x48c40d4666f93408be1bef038b6722404d9a4c2a");
private static readonly UInt160 TARGET = UInt160.Parse(Environment.GetEnvironmentVariable("TARGET") ?? "0x48c40d4666f93408be1bef038b6722404d9a4c2a");


static void Main(string[] args)
Expand Down

0 comments on commit b4e8064

Please sign in to comment.