Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Nov 6, 2023
1 parent eae05d7 commit d269745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/blobstream/deploy/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type deployConfig struct {
evmAccAddress string
startingNonce string
evmGasLimit uint64
grpcInsecure bool
grpcInsecure bool
}

func parseDeployFlags(cmd *cobra.Command) (deployConfig, error) {
Expand Down
2 changes: 1 addition & 1 deletion rpc/app_querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package rpc

import (
"context"
"crypto/tls"
"strconv"
"time"

"github.com/celestiaorg/celestia-app/pkg/appconsts"
cosmosgrpc "github.com/cosmos/cosmos-sdk/types/grpc"
"google.golang.org/grpc/metadata"
"crypto/tls"

"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
Expand Down

0 comments on commit d269745

Please sign in to comment.