Skip to content

Commit f7259c0

Browse files
committed
fix comment
1 parent 75f5fa1 commit f7259c0

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

share/shwap/eds_id.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ import (
77
"io"
88
)
99

10-
// EdsIDSize defines the byte size of the EdsID.
1110
const (
11+
// EdsIDSize defines the byte size of the EdsID.
1212
EdsIDSize = 8
13-
EDSName = "eds_v0"
13+
// EDSName is the name identifier for the Extended Data Square.
14+
EDSName = "eds_v0"
1415
)
1516

1617
// ErrOutOfBounds is returned whenever an index is out of bounds.

share/shwap/p2p/shrex/shrexeds/params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package shrexeds
22

33
import (
44
"fmt"
5-
"github.com/celestiaorg/celestia-node/share/shwap"
65

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

8+
"github.com/celestiaorg/celestia-node/share/shwap"
99
"github.com/celestiaorg/celestia-node/share/shwap/p2p/shrex"
1010
)
1111

share/shwap/p2p/shrex/shrexnd/params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package shrexnd
22

33
import (
44
"fmt"
5-
"github.com/celestiaorg/celestia-node/share/shwap"
65

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

8+
"github.com/celestiaorg/celestia-node/share/shwap"
99
"github.com/celestiaorg/celestia-node/share/shwap/p2p/shrex"
1010
)
1111

0 commit comments

Comments
 (0)