Skip to content

Commit

Permalink
apply review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
janezpodhostnik committed Dec 18, 2024
1 parent fa4847d commit 453f201
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@ type EVMGatewayNodeBuilder struct {
postShutdownFns []func() error
modules []namedModuleFunc

Metrics metrics2.Collector
DB *pebble.DB
Client *requester.CrossSporkClient
Storages *Storages
// Signer is used for signing flow transactions
Metrics metrics2.Collector
DB *pebble.DB
Client *requester.CrossSporkClient
Storages *Storages
Publishers *Publishers
Keystore *requester.KeyStoreComponent
}
Expand Down Expand Up @@ -227,7 +226,7 @@ func (fnb *EVMGatewayNodeBuilder) profilerServerComponent(config config.Config)
func (fnb *EVMGatewayNodeBuilder) apiServerComponent(cfg config.Config) (module.ReadyDoneAware, error) {
log := fnb.Logger

log.Info().Msg("bootstrap starting Metrics server")
log.Info().Msg("bootstrap starting API server")

server := api.NewServer(log, fnb.Metrics, cfg)

Expand Down

0 comments on commit 453f201

Please sign in to comment.