Skip to content

Commit

Permalink
Merge pull request #231 from area363/update-libplanet
Browse files Browse the repository at this point in the history
fix run error
  • Loading branch information
area363 authored Jun 29, 2023
2 parents 0886cd3 + ad7a0a1 commit c366993
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions NineChronicles.Snapshot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -691,12 +691,6 @@ private JObject AddPreviousEpochs(
public class NCActionLoader : IActionLoader
{
private readonly IActionLoader _actionLoader;

public NCActionLoader()
{
_actionLoader = TypedActionLoader.Create(typeof(RenderRecord.ActionBase).Assembly, typeof(RenderRecord.ActionBase));
}

public IAction LoadAction(long index, IValue value) => _actionLoader.LoadAction(index, value);
}
}
Expand Down

0 comments on commit c366993

Please sign in to comment.