Skip to content

Commit

Permalink
fix(channel): remove statePassword unsupported on node side
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jul 17, 2024
1 parent 8ce976e commit 74db9bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/channel/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ export interface ChannelOptions {
* Applicable only for responder (default: timeout_idle's value)
*/
timeoutAwaitingOpen?: number;
statePassword?: string;
/**
* Log websocket communication and state changes
*/
Expand Down
1 change: 0 additions & 1 deletion test/integration/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ async function waitForChannel(channel: Channel): Promise<void> {
host: 'localhost',
port: 3114,
lockPeriod: 1,
statePassword: 'correct horse battery staple',
initiatorId: 'ak_',
responderId: 'ak_',
role: 'initiator',
Expand Down

0 comments on commit 74db9bb

Please sign in to comment.