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 eb60e68 commit 0dc033fCopy full SHA for 0dc033f
app/src/main/java/to/bitkit/services/CoreService.kt
@@ -637,13 +637,6 @@ class ActivityService(
637
return
638
}
639
640
- // Extract existing activity data
641
- val existingOnchain = if (existingActivity is Activity.Onchain) {
642
- existingActivity.v1
643
- } else {
644
- null
645
- }
646
-
647
var resolvedChannelId = channelId
648
649
// Check if this transaction is a channel transfer
0 commit comments