Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
xssnick committed Jun 13, 2024
1 parent 528b87a commit a12798e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ton/proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,10 +573,6 @@ func (c *APIClient) VerifyProofChain(ctx context.Context, from, to *BlockIDExt)
}

if isForward {
if len(part.Steps) > 3 {
//part.Steps = append(part.Steps[:2], part.Steps[len(part.Steps)-1])
}

for _, step := range part.Steps {
fwd, ok := step.(BlockLinkForward)
if !ok {
Expand Down

0 comments on commit a12798e

Please sign in to comment.