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 a5697ec commit f3071c0Copy full SHA for f3071c0
Sources/Hiero/Client/NetworkUpdateTask.swift
@@ -175,7 +175,7 @@ internal actor NetworkUpdateTask {
175
176
// Log successful update with structured format
177
print(
178
- "[Hiero.NetworkUpdate] Consensus network updated successfully with \(newNetwork.nodes.count) nodes"
+ "[Hiero.NetworkUpdate] Consensus network updated successfully"
179
)
180
181
} catch let error as HError {
0 commit comments