Skip to content

Commit

Permalink
remove nodeUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Ranna committed Nov 26, 2020
1 parent 98c5e9e commit 38e98b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ class Config {
port: 5040,
webhookhost: 'localhost',
webhookport: 8887,
nodeUrl: '',
nodeIdentifier: '',
};
}
Expand Down
1 change: 0 additions & 1 deletion lib/connextclient/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export type ConnextClientConfig = {
port: number;
webhookhost: string;
webhookport: number;
nodeUrl: string;
nodeIdentifier: string;
};

Expand Down
1 change: 0 additions & 1 deletion sample-xud.conf

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

0 comments on commit 38e98b8

Please sign in to comment.