Skip to content

Commit

Permalink
Update src/Plugins/ApplicationLogs/Store/LogStorageStore.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y authored Jun 7, 2024
1 parent a25c723 commit c183732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugins/ApplicationLogs/Store/LogStorageStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public Guid PutStackItemState(StackItem stackItem)
{
_snapshot.Put(key, BinarySerializer.Serialize(stackItem, ExecutionEngineLimits.Default with { MaxItemSize = (uint)Settings.Default.MaxStackSize }));
}
catch
catch // Ref. https://github.com/neo-project/neo/issues/3296
{
_snapshot.Put(key, BinarySerializer.Serialize(StackItem.Null, ExecutionEngineLimits.Default with { MaxItemSize = (uint)Settings.Default.MaxStackSize }));
}
Expand Down

0 comments on commit c183732

Please sign in to comment.