Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-25 11:54:39 +03:00
parent f03f9d1b0d
commit 20bd61d4f4
10 changed files with 25 additions and 29 deletions

View file

@ -13,7 +13,7 @@ internal class ExchangeStatusConverter : Converter<ExchangeStatusResponse, Excha
it.name.lowercase() == value.externalStatus.name.lowercase()
},
txId = value.externalTxId,
txUrl = value.externalTxUrl,
txExternalUrl = value.externalTxUrl,
)
}
}