Skip to content

Commit 98c3398

Browse files
committed
chore: lint
1 parent 0e5c058 commit 98c3398

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/activity/BoostTransactionViewModel.kt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -321,19 +321,6 @@ class BoostTransactionViewModel @Inject constructor(
321321
return findAndReplaceWithNewActivity(newTxId, currentActivity.id)
322322
}
323323

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-
337324
/**
338325
* Finds the new activity and replaces the old one, handling failures gracefully
339326
*/

0 commit comments

Comments
 (0)