Skip to content

Commit

Permalink
fix(nodebuilder/da): remove random print (#4029)
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay authored Jan 7, 2025
1 parent 4d3d3c2 commit 87ece3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nodebuilder/da/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/binary"
"encoding/json"
"fmt"
"strings"

logging "github.com/ipfs/go-log/v2"
Expand Down Expand Up @@ -256,7 +255,6 @@ func (s *Service) Validate(
// invalid proof") but analysis of the code in celestia-node implies this should never happen -
// maybe it's caused by openrpc? there is no way of gently handling errors here, but returned
// value is fine for us
fmt.Println("proof", proofs[i] == nil, "commitment", commitment == nil)
isIncluded, _ := s.blobServ.Included(ctx, height, ns, proofs[i], commitment)
included[i] = isIncluded
}
Expand Down

0 comments on commit 87ece3a

Please sign in to comment.