Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Update src/neo-vm/ExecutionContext.cs
Browse files Browse the repository at this point in the history
Co-Authored-By: Igor Machado Coelho <igor.machado@gmail.com>
  • Loading branch information
erikzhang and igormcoelho committed Aug 18, 2019
1 parent 40e7a59 commit 3b7d6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo-vm/ExecutionContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Neo.VM
{
[DebuggerDisplay("RVCount={RVCount}, InstructionPointer={InstructionPointer}")]
public class ExecutionContext
public sealed class ExecutionContext
{
private readonly Dictionary<Type, object> states = new Dictionary<Type, object>();

Expand Down

0 comments on commit 3b7d6f7

Please sign in to comment.