Skip to content

Commit

Permalink
Minor comment adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap committed Dec 5, 2023
1 parent 1f244a3 commit 9804bb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Nethermind/Nethermind.State/IWorldStateManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ public interface IWorldStateManager

/// <summary>
/// Used by read only tasks that need to execute blocks.
/// Why does it need an `IStateReader`? I'm not sure, but I don't wanna break things.
/// The Action here is a resetter. Previously an explicit DbProvider's read only implementation need to be reset.
/// </summary>
/// <returns></returns>
IWorldState CreateResettableWorldState();

event EventHandler<ReorgBoundaryReached>? ReorgBoundaryReached;
}

0 comments on commit 9804bb2

Please sign in to comment.