Skip to content

Commit 74f3972

Browse files
ben-kaufmanclaude
andcommitted
fix: log message should start with verb per CLAUDE.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7bfb20b commit 74f3972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/repositories/LightningRepo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ class LightningRepo @Inject constructor(
910910
return@runCatching decoded
911911
}.onFailure {
912912
Logger.error(
913-
"fetchLnurlInvoice error, url: '$callbackUrl', amountMsats: '$amountMsats', comment: '$comment'",
913+
"Failed to fetch LNURL invoice, url: '$callbackUrl', amountMsats: '$amountMsats', comment: '$comment'",
914914
it,
915915
context = TAG,
916916
)

0 commit comments

Comments
 (0)