WIP: rebase for 2026-05-18 #7

Draft
codinget wants to merge 234 commits from rebase/2026-05-18 into webnet
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