Skip to content

Commit

Permalink
fix proof path in swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
SegueII committed Nov 20, 2019
1 parent e44e287 commit bb4ea54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/lcd/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3473,7 +3473,14 @@ definitions:
type: object
properties:
key_path:
type: string
type: array
items:
type: object
properties:
name:
type: string
enc:
type: integer
ClientConnectionsResponse:
type: object
properties:
Expand Down

0 comments on commit bb4ea54

Please sign in to comment.