We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5c058 commit 98c3398Copy full SHA for 98c3398
app/src/main/java/to/bitkit/ui/screens/wallets/activity/BoostTransactionViewModel.kt
@@ -321,19 +321,6 @@ class BoostTransactionViewModel @Inject constructor(
321
return findAndReplaceWithNewActivity(newTxId, currentActivity.id)
322
}
323
324
- /**
325
- * Creates a boosted version of the given activity with current fee data
326
- */
327
- private fun createBoostedActivity(currentActivity: OnchainActivity): Activity.Onchain {
328
- return Activity.Onchain(
329
- v1 = currentActivity.copy(
330
- isBoosted = true,
331
- feeRate = _uiState.value.feeRate,
332
- updatedAt = nowTimestamp().toEpochMilli().toULong()
333
- )
334
335
- }
336
-
337
/**
338
* Finds the new activity and replaces the old one, handling failures gracefully
339
*/
0 commit comments