Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-03 21:06:12 +02:00
parent da717845f0
commit 354dc7d9b4

View file

@ -971,7 +971,7 @@ internal class TokenDetailsModel @Inject constructor(
error("Staking is unavailable for ${cryptoCurrency.name}")
}
router.openStaking(userWalletId, cryptoCurrency, yield)
router.openStaking(userWalletId, cryptoCurrency, yield.id)
}
}