diff --git a/internal/utils/main.go b/internal/utils/main.go index c6443ecd..bcbd8bc8 100644 --- a/internal/utils/main.go +++ b/internal/utils/main.go @@ -822,7 +822,6 @@ func CreateLedgerBackend(ctx context.Context, useCaptiveCore bool, env Environme FilesPerPartition: 64000, } - // TODO: In the future CompressionType should be removed as it won't be configurable BSBackendConfig := ledgerbackend.BufferedStorageBackendConfig{ LedgerBatchConfig: ledgerBatchConfig, DataStore: dataStore,