Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-28 12:31:05 +03:00
commit 5994d896da

View file

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