Skip to content

chore(services): remove dead duplicate rate_service.rs stub (#20) - #76

Open
ghzhost wants to merge 1 commit into
StellarSend:mainfrom
ghzhost:fix/remove-dead-rate-service-stub-20
Open

chore(services): remove dead duplicate rate_service.rs stub (#20)#76
ghzhost wants to merge 1 commit into
StellarSend:mainfrom
ghzhost:fix/remove-dead-rate-service-stub-20

Conversation

@ghzhost

@ghzhost ghzhost commented Sep 3, 2026

Copy link
Copy Markdown

Overview

Closes #20.

src/services/rate_service.rs was a dead duplicate stub containing only a comment block and an unused RATE_SERVICE_VERSION constant. The actual exchange rate implementation used in production is src/services/rate.rs (RateService).

Changes

  • Deleted src/services/rate_service.rs.
  • Confirmed src/services/mod.rs already exports pub mod rate; and has no references to rate_service.

…end#20)

src/services/rate_service.rs was a dead stub containing only a comment block
and unused RATE_SERVICE_VERSION constant. The actual exchange rate implementation
used in production is src/services/rate.rs (RateService).

Fixes StellarSend#20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

src/services/rate_service.rs is a dead, misleading duplicate stub of the real RateService in rate.rs

1 participant