Commit 10297f16 authored by Adrian Sutton's avatar Adrian Sutton

challenger: Remove unused code.

parent 7ef9e859
...@@ -179,11 +179,6 @@ func (g *OutputGameHelper) getClaim(ctx context.Context, claimIdx int64) Contrac ...@@ -179,11 +179,6 @@ func (g *OutputGameHelper) getClaim(ctx context.Context, claimIdx int64) Contrac
return claimData return claimData
} }
// getClaimPosition retrieves the [types.Position] of a claim at a specific index.
func (g *OutputGameHelper) getClaimPosition(ctx context.Context, claimIdx int64) types.Position {
return types.NewPositionFromGIndex(g.getClaim(ctx, claimIdx).Position)
}
func (g *OutputGameHelper) WaitForClaimAtDepth(ctx context.Context, depth int) { func (g *OutputGameHelper) WaitForClaimAtDepth(ctx context.Context, depth int) {
g.waitForClaim( g.waitForClaim(
ctx, ctx,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment