You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/flipcash/shared/onramp/deeplinks/src/main/kotlin/com/flipcash/app/onramp/internal/ExternalWalletDeeplinkState.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -378,10 +378,9 @@ class ExternalWalletDeeplinkState(
378
378
val amountToSend = requireNotNull(amount) { "Amount is null" }
379
379
val transactionSignature = requireNotNull(signature) { "Transaction not signed" }
380
380
381
-
val tokenizedOwner = owner.withTimelockForToken(token)
0 commit comments