WIP: rebase fork onto upstream/main (v1.103.0) #15

Closed
codinget wants to merge 670 commits from webnet into save/webnet-2026-07-29
Showing only changes of commit 4f47c3c93d - Show all commits
+1 -1
View File
@@ -96,7 +96,7 @@ func (b *LocalBackend) initTKALocked() error {
authority: authority,
storage: storage,
}
b.logf("tka initialized at head %x", authority.Head())
b.logf("tka initialized at head %s", authority.Head())
}
return nil