Skip to content

Commit

Permalink
Update InteropDescriptor.cs (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
devhawk authored Dec 8, 2020
1 parent 77a33d2 commit 2e63501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/SmartContract/InteropDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class InteropDescriptor
{
public string Name { get; }
public uint Hash { get; }
internal MethodInfo Handler { get; }
public MethodInfo Handler { get; }
public IReadOnlyList<InteropParameterDescriptor> Parameters { get; }
public long FixedPrice { get; }
public CallFlags RequiredCallFlags { get; }
Expand Down

0 comments on commit 2e63501

Please sign in to comment.