Skip to content

Commit 98e6727

Browse files
committed
Remove unused variable
1 parent ab38e84 commit 98e6727

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/src/main/java/to/bitkit/services/CoreService.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -637,13 +637,6 @@ class ActivityService(
637637
return
638638
}
639639

640-
// Extract existing activity data
641-
val existingOnchain = if (existingActivity is Activity.Onchain) {
642-
existingActivity.v1
643-
} else {
644-
null
645-
}
646-
647640
var resolvedChannelId = channelId
648641

649642
// Check if this transaction is a channel transfer

0 commit comments

Comments
 (0)