Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <[email protected]>
  • Loading branch information
smuu committed Dec 9, 2024
1 parent 1e5003d commit b76cfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testnet/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func (nt *NodeTestnet) CreateDANode(
}

func (nt *NodeTestnet) SetupDA(ctx context.Context) error {
// TODO: add the nodes as a peer to each other
for _, node := range nt.nodes {
nt.logger.Printf("Initializing %s node", node.Type)
trustedPeers := []string{}
Expand All @@ -140,6 +139,7 @@ func (nt *NodeTestnet) SetupDA(ctx context.Context) error {
}

func (nt *NodeTestnet) WaitToSyncDANodes(ctx context.Context) error {
// TODO: not needed right now, but maybe later
return nil
}

Expand Down

0 comments on commit b76cfed

Please sign in to comment.