Skip to content

Commit

Permalink
Revert "Add Null and default"
Browse files Browse the repository at this point in the history
This reverts commit 424c272.
  • Loading branch information
shargon committed Apr 15, 2020
1 parent 424c272 commit 2a97be4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/neo/VM/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@ private static JObject ToJson(StackItem item, HashSet<StackItem> context)
case Pointer pointer:
json["value"] = pointer.Position;
break;
case Null _:
json["value"] = JObject.Null;
break;
default: throw new InvalidOperationException();
}
return json;
}
Expand Down

0 comments on commit 2a97be4

Please sign in to comment.