Skip to content

Commit

Permalink
Update src/Helpers/Constants.cs
Browse files Browse the repository at this point in the history
Co-authored-by: José A.P <[email protected]>
  • Loading branch information
RodriFS and Jossec101 authored Jul 1, 2024
1 parent 8fb6d7c commit 750f09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class Constants
/// </summary>
public static decimal MAX_TX_FEE_RATIO =0.5m;

public static string IsFrozenTag = "frozen";
public const string IsFrozenTag = "frozen";

private static string? GetEnvironmentalVariableOrThrowIfNotTesting(string envVariableName, string? errorMessage = null)
{
Expand Down

0 comments on commit 750f09a

Please sign in to comment.