Skip to content

Commit 6f8ef94

Browse files
committed
making node info discover seed_host optional (issue #242)
1 parent c795a05 commit 6f8ef94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/nodes/info/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export class NodeInfoRepositoriesUrl {
170170
}
171171

172172
export class NodeInfoDiscover {
173-
seed_hosts: string
173+
seed_hosts?: string
174174
}
175175

176176
export class NodeInfoAction {

0 commit comments

Comments
 (0)