Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Jan 11, 2025
1 parent 44da58f commit 98f2d85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/v2/api/swagger/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"fmt"
"net/http"

"cosmossdk.io/core/server"
"cosmossdk.io/core/transaction"
"cosmossdk.io/log"
serverv2 "cosmossdk.io/server/v2"
Expand All @@ -27,7 +26,7 @@ type Server[T transaction.Tx] struct {
// New creates a new Swagger UI server
func New[T transaction.Tx](
logger log.Logger,
cfg server.ConfigMap,
cfg serverv2.ConfigMap,
cfgOptions ...CfgOption,
) (*Server[T], error) {
srv := &Server[T]{
Expand Down

0 comments on commit 98f2d85

Please sign in to comment.