Skip to content

Commit

Permalink
Further work
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Mar 14, 2024
1 parent 3765977 commit ce51939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion verification/cmd/verification-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configuration:

### Verification service configuration

- `listen-addr` (optional): the address, in the form `<host>:<port>` the provisioning
- `listen-addr` (optional): the address, in the form `<host>:<port>` the verification
server will be listening on. If not specified, this defaults to
`localhost:8080`.

Expand Down
2 changes: 1 addition & 1 deletion vts/cmd/vts-service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func main() {

log.Info("initializing service")
// from this point onwards taStore, enStore, evPluginManager, endPluginManager,
// policyManager and earSigner are owned by vts
// storePluginManager, policyManager and earSigner are owned by vts
vts := trustedservices.NewGRPC(taStore, enStore,
evPluginManager, endPluginManager, storePluginManager, policyManager, earSigner, log.Named("vts"))

Expand Down

0 comments on commit ce51939

Please sign in to comment.