Skip to content

Commit

Permalink
fix: explorer build error
Browse files Browse the repository at this point in the history
  • Loading branch information
riemannulus committed Oct 8, 2024
1 parent 849c3d1 commit fc702d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Libplanet.Explorer.Executable/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public DumbBlockPolicy(BlockPolicy blockPolicy)
_impl = blockPolicy;
}

public PolicyActionsRegistry PolicyActionsRegistry => _impl.PolicyActionsRegistry;
public IPolicyActionsRegistry PolicyActionsRegistry => _impl.PolicyActionsRegistry;

public int GetMinTransactionsPerBlock(long index) =>
_impl.GetMinTransactionsPerBlock(index);
Expand Down

0 comments on commit fc702d0

Please sign in to comment.