Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-28 12:24:30 +03:00
parent ff199555d8
commit f93b22f7a4

View file

@ -49,7 +49,7 @@ enum class ExchangeStatus {
@Json(name = "verifying")
VERIFYING,
@Json(name = "cancelled")
@Json(name = "expired")
CANCELLED,
}