Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

NS_ASSUME_NONNULL_BEGIN

#define DASHRETAIL_TICKER_URL @"https://rates2.dashretail.org/rates?source=dashretail"
#define DASHRETAIL_TICKER_URL @"https://rates.ctx.com/rates?source=ctx" // former https://rates2.dashretail.org/

@interface DSFetchDashRetailPricesOperation ()

Expand Down Expand Up @@ -61,7 +61,7 @@ - (void)finishedWithErrors:(NSArray<NSError *> *)errors {
}

+ (NSString *)priceSourceInfo {
return @"dashretail.org";
return @"ctx.com";
}

@end
Expand Down