Skip to content

Commit

Permalink
making node info discover seed_host optional (issue #242)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Feb 8, 2024
1 parent c795a05 commit 6f8ef94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/nodes/info/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class NodeInfoRepositoriesUrl {
}

export class NodeInfoDiscover {
seed_hosts: string
seed_hosts?: string
}

export class NodeInfoAction {
Expand Down

0 comments on commit 6f8ef94

Please sign in to comment.