diff --git a/services/horizon/internal/ingest/main.go b/services/horizon/internal/ingest/main.go index 661145ec6e..9d13a89cfa 100644 --- a/services/horizon/internal/ingest/main.go +++ b/services/horizon/internal/ingest/main.go @@ -101,6 +101,7 @@ func (s LedgerBackendType) String() string { } type Config struct { + LedgerMetaBackendType LedgerMetaBackendType StellarCoreURL string CaptiveCoreBinaryPath string CaptiveCoreStoragePath string @@ -300,6 +301,7 @@ func NewSystem(config Config) (System, error) { } } else { // Ingest from local captive core + logger := log.WithField("subservice", "stellar-core") ledgerBackend, err = ledgerbackend.NewCaptive( ledgerbackend.CaptiveCoreConfig{