Skip to content

Commit

Permalink
revert some other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Dec 6, 2023
1 parent 8991b04 commit efe8242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion golden_hammer/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (h *GoldenHammer) hammerTime() {
case <-ticker.C:
err := h.registerServiceBaseURLs()
if err != nil {
log.Logger().WithError(err).Warn("ServiceBaseURL auto-fix error")
log.Logger().WithError(err).Warn("Auto-fix error")
}
}
}
Expand Down
5 changes: 0 additions & 5 deletions vdr/didnuts/ambassador_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ func (m *mockKeyCreator) New(_ context.Context, fn crypto.KIDNamingFunc) (crypto
return m.key, nil
}

func (m *mockKeyCreator) Alias(ctx context.Context, kid string, alias string) error {
//TODO implement me
panic("implement me")
}

type testTransaction struct {
clock uint32
signingKey jwk.Key
Expand Down

0 comments on commit efe8242

Please sign in to comment.