Skip to content

Commit

Permalink
Update stellar core image to my personal repo (since it failed to build)
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Oct 16, 2023
1 parent f4b827b commit 47cc52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
# Note: Please keep the image pinned to an immutable tag matching the Captive Core version.
# This avoids implicit updates which break compatibility between
# the Core container and captive core.
image: ${CORE_IMAGE:-stellar/stellar-core:19.14.1-1529.fcbbad4ce.focal}
image: ${CORE_IMAGE:-2opremio/stellar-core:19.14.1-1529.fcbbad4ce.focal}
depends_on:
- core-postgres
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/lib/preflight/src/state_ttl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ pub(crate) fn get_restored_ledger_sequence(
current_ledger_seq: u32,
min_persistent_ttl: u32,
) -> u32 {
current_ledger_seq + min_persistent_ttl - 1;
current_ledger_seq + min_persistent_ttl - 1
}

0 comments on commit 47cc52e

Please sign in to comment.