Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Feb 6, 2025
1 parent dc869a1 commit b91aee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/stellar-rpc/internal/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func newCaptiveCore(cfg *config.Config, logger *supportlog.Entry) (*ledgerbacken
}
}

httpPort := uint(cfg.CaptiveCoreHTTPQueryPort)
httpPort := uint(cfg.CaptiveCoreHTTPPort)
captiveCoreTomlParams := ledgerbackend.CaptiveCoreTomlParams{
HTTPPort: &httpPort,
HistoryArchiveURLs: cfg.HistoryArchiveURLs,
Expand Down

0 comments on commit b91aee5

Please sign in to comment.