Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Jul 30, 2024
1 parent 75f5fa1 commit f7259c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions share/shwap/eds_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import (
"io"
)

// EdsIDSize defines the byte size of the EdsID.
const (
// EdsIDSize defines the byte size of the EdsID.
EdsIDSize = 8
EDSName = "eds_v0"
// EDSName is the name identifier for the Extended Data Square.
EDSName = "eds_v0"
)

// ErrOutOfBounds is returned whenever an index is out of bounds.
Expand Down
2 changes: 1 addition & 1 deletion share/shwap/p2p/shrex/shrexeds/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package shrexeds

import (
"fmt"
"github.com/celestiaorg/celestia-node/share/shwap"

logging "github.com/ipfs/go-log/v2"

"github.com/celestiaorg/celestia-node/share/shwap"
"github.com/celestiaorg/celestia-node/share/shwap/p2p/shrex"
)

Expand Down
2 changes: 1 addition & 1 deletion share/shwap/p2p/shrex/shrexnd/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package shrexnd

import (
"fmt"
"github.com/celestiaorg/celestia-node/share/shwap"

logging "github.com/ipfs/go-log/v2"

"github.com/celestiaorg/celestia-node/share/shwap"
"github.com/celestiaorg/celestia-node/share/shwap/p2p/shrex"
)

Expand Down

0 comments on commit f7259c0

Please sign in to comment.