Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/secrets/common/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ func (h *Handler) ParseVaultGatewayResponse(method string, respBody []byte) erro
return nil
}

// EnsureOwnerLinkedOrFail TODO this reuses the same logic as in autoLink.go which is tied to deploy; consider refactoring to avoid duplication
// EnsureOwnerLinkedOrFail TODO this reuses the same logic as in auto_link.go which is tied to deploy; consider refactoring to avoid duplication
func (h *Handler) EnsureOwnerLinkedOrFail() error {
ownerAddr := common.HexToAddress(h.OwnerAddress)

Expand Down
File renamed without changes.
Loading