Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Oct 28, 2022
1 parent 77891ea commit e26ed96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions das/daser.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ import (
"sync/atomic"
"time"

"github.com/celestiaorg/celestia-node/share/eds/byzantine"

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

"github.com/celestiaorg/celestia-node/fraud"
"github.com/celestiaorg/celestia-node/header"
"github.com/celestiaorg/celestia-node/share"
"github.com/celestiaorg/celestia-node/share/eds/byzantine"
)

var log = logging.Logger("das")
Expand Down
4 changes: 1 addition & 3 deletions share/eds/byzantine/pb/share.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package share.eds.byzantine.pb;

option go_package="github.com/celestiaorg/celestia-node/share/eds/byzantine/pb";

message MerkleProof {
int64 start = 1;
int64 end = 2;
Expand All @@ -27,4 +25,4 @@ message BadEncoding {
repeated Share Shares = 3;
uint32 Index = 4;
axis Axis = 5;
}
}
2 changes: 1 addition & 1 deletion share/eds/byzantine/share_proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/celestiaorg/nmt"
)

var log = logging.Logger("share/validation")
var log = logging.Logger("share/byzantine")

// ShareWithProof contains data with corresponding Merkle Proof
type ShareWithProof struct {
Expand Down

0 comments on commit e26ed96

Please sign in to comment.