Skip to content

Commit

Permalink
modify based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
Faulty Tolly committed Nov 22, 2024
1 parent 036243a commit efd2eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion da/celestia/types/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package types

import (
"context"
"github.com/celestiaorg/celestia-openrpc/types/state"

"github.com/celestiaorg/celestia-openrpc/types/blob"
"github.com/celestiaorg/celestia-openrpc/types/header"
"github.com/celestiaorg/celestia-openrpc/types/share"
"github.com/celestiaorg/celestia-openrpc/types/state"
)

type CelestiaRPCClient interface {
Expand Down
2 changes: 1 addition & 1 deletion da/da.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package da

import (
"cosmossdk.io/math"
"encoding/hex"
"fmt"
"strconv"
"strings"

"cosmossdk.io/math"
"github.com/celestiaorg/celestia-openrpc/types/blob"
"github.com/cometbft/cometbft/crypto/merkle"
"github.com/dymensionxyz/dymint/store"
Expand Down

0 comments on commit efd2eb0

Please sign in to comment.