no printing

This commit is contained in:
callebtc
2025-08-31 13:06:03 +02:00
parent c929397351
commit b81f006a5d
@@ -124,11 +124,11 @@ fun formatMessageAsAnnotatedString(
))
builder.append(" [${timeFormatter.format(message.timestamp)}]")
// If message has valid PoW difficulty, append bits immediately after timestamp with minimal spacing
message.powDifficulty?.let { bits ->
if (bits > 0) {
builder.append(" ${bits}b")
}
}
//message.powDifficulty?.let { bits ->
// if (bits > 0) {
// builder.append(" ${bits}b")
// }
//}
builder.pop()
} else {