Skip to content

Commit f109c08

Browse files
committed
feat: compare txId
1 parent c2b1a0b commit f109c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ class AppViewModel @Inject constructor(
527527
tags = _sendUiState.value.selectedTags
528528
)
529529
} else {
530-
Logger.error("Different tcId. Expected: $paymentHashOrTxId found: ${activity.v1.id}")
530+
Logger.error("Different tcId. Expected: $paymentHashOrTxId found: ${activity.v1.txId}")
531531
}
532532
}
533533
}

0 commit comments

Comments
 (0)