Skip to content

Commit

Permalink
chore(): add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Sep 26, 2024
1 parent 820d790 commit c15a47e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WebsocketClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,9 @@ export class WebsocketClient extends BaseWebsocketClient<WsKey> {
}
}

/**
* Events are signed per-request, so this function isn't needed for Coinbase.
*/
protected async getWsAuthRequestEvent(wsKey: WsKey): Promise<object> {
return { wsKey };
}
Expand Down

0 comments on commit c15a47e

Please sign in to comment.