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

Commit

Permalink
Update UNPACK summary (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored May 8, 2022
1 parent cbc59d8 commit 288bc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo-vm/OpCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ public enum OpCode : byte
/// </summary>
PACK = 0xC0,
/// <summary>
/// An array is removed from top of the main stack. Its elements are put on top of the main stack (in reverse order) and the array size is also put on main stack.
/// A collection is removed from top of the main stack. Its elements are put on top of the main stack (in reverse order) and the collection size is also put on main stack.
/// </summary>
UNPACK = 0xC1,
/// <summary>
Expand Down

0 comments on commit 288bc88

Please sign in to comment.