Skip to content

Commit

Permalink
Public TestModeGas (neo-project#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
devhawk authored and Shawn committed Jan 8, 2021
1 parent ae09c33 commit 1f02dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/SmartContract/ApplicationEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private class InvocationState
/// <summary>
/// This constant can be used for testing scripts.
/// </summary>
private const long TestModeGas = 20_00000000;
public const long TestModeGas = 20_00000000;

public static event EventHandler<NotifyEventArgs> Notify;
public static event EventHandler<LogEventArgs> Log;
Expand Down

0 comments on commit 1f02dcf

Please sign in to comment.