Markets API: Use file mtime to only parse files that has updated.

This commit is contained in:
softsimon
2020-09-18 23:43:45 +07:00
parent 55852bcf62
commit 5d2c0d2e0a
3 changed files with 71 additions and 29 deletions

View File

@@ -142,7 +142,7 @@ interface OffersMarket {
sells: Offer[] | null;
}
export interface OffsersData {
export interface OffersData {
direction: string;
currencyCode: string;
minAmount: number;