Skip to content

Commit

Permalink
fix(relayer): fix a panic in relayer-api (#16720)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino authored Apr 12, 2024
1 parent 9064073 commit e992ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/relayer/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func InitFromConfig(ctx context.Context, api *API, cfg *Config) (err error) {
api.httpPort = cfg.HTTPPort
api.ctx = ctx
api.wg = &sync.WaitGroup{}
api.srcEthClient = srcEthClient

return nil
}
Expand Down

0 comments on commit e992ec9

Please sign in to comment.