Skip to content

Commit

Permalink
remove _handleDisconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chitester committed Jun 27, 2022
1 parent ef4a9d3 commit 5618306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wallets/coinbase/src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ interface CoinbaseWallet extends EventEmitter<CoinbaseWalletEvents> {
signMessage(message: Uint8Array): Promise<{ signature: Uint8Array }>;
connect(): Promise<void>;
disconnect(): Promise<void>;
_handleDisconnect(...args: unknown[]): unknown;
}

interface CoinbaseWindow extends Window {
Expand Down

0 comments on commit 5618306

Please sign in to comment.