Updated on 2026-08-14
This commit is contained in:
parent
db55e6eb1d
commit
8223ca8eb8
3 changed files with 10 additions and 5 deletions
|
|
@ -344,7 +344,7 @@ internal class DefaultSwapRepository(
|
|||
appPreferencesStore = appPreferencesStore,
|
||||
),
|
||||
toExtraId = toExtraId?.ifEmpty { null },
|
||||
quoteId = null,
|
||||
quoteId = null, // TODO add when implementing fixed rate in swap
|
||||
).getOrThrow()
|
||||
if (dataSignatureVerifier.verifySignature(response.signature, response.txDetailsJson)) {
|
||||
val txDetails = parseTxDetails(response.txDetailsJson)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue