Skip to content

Commit

Permalink
Update src/neo/SmartContract/InteropService.Blockchain.cs
Browse files Browse the repository at this point in the history
Co-Authored-By: Shargon <shargon@gmail.com>
  • Loading branch information
erikzhang and shargon authored Mar 23, 2020
1 parent 7d9211d commit c7bb8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/SmartContract/InteropService.Blockchain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ partial class InteropService
{
public static class Blockchain
{
private const uint MaxTraceableBlocks = Transaction.MaxValidUntilBlockIncrement;
public const uint MaxTraceableBlocks = Transaction.MaxValidUntilBlockIncrement;

public static readonly InteropDescriptor GetHeight = Register("System.Blockchain.GetHeight", Blockchain_GetHeight, 0_00000400, TriggerType.Application, CallFlags.None);
public static readonly InteropDescriptor GetBlock = Register("System.Blockchain.GetBlock", Blockchain_GetBlock, 0_02500000, TriggerType.Application, CallFlags.None);
Expand Down

0 comments on commit c7bb8e2

Please sign in to comment.