Skip to content

Commit

Permalink
chore: rename to data root tuple root
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Jul 19, 2024
1 parent 609e714 commit 4bc4d7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodebuilder/header/data_root_tuple_root.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ func To32PaddedHexBytes(number uint64) ([]byte, error) {
return paddedBytes, nil
}

// DataRootTuple contains the data that will be used to generate the Blobstream data root tuple roots.
// For more information:
// DataRootTuple contains the data that will be used to generate the Blobstream data root tuple
// roots. For more information:
// https://github.com/celestiaorg/blobstream-contracts/blob/master/src/DataRootTuple.sol
type DataRootTuple struct {
height uint64
Expand Down
1 change: 1 addition & 0 deletions nodebuilder/share/share.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package share

import (
"context"

"github.com/tendermint/tendermint/types"

"github.com/celestiaorg/rsmt2d"
Expand Down

0 comments on commit 4bc4d7d

Please sign in to comment.