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 c2b1a0b commit f109c08Copy full SHA for f109c08
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -527,7 +527,7 @@ class AppViewModel @Inject constructor(
527
tags = _sendUiState.value.selectedTags
528
)
529
} else {
530
- Logger.error("Different tcId. Expected: $paymentHashOrTxId found: ${activity.v1.id}")
+ Logger.error("Different tcId. Expected: $paymentHashOrTxId found: ${activity.v1.txId}")
531
}
532
533
0 commit comments