Skip to content

Commit 6a9350d

Browse files
committed
refactor: Remove unused var
1 parent b9939d3 commit 6a9350d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/sdk/src/providers/gno-wallet/gno-wallet.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
GetAccountResponse,
1919
GetNetworkResponse,
2020
IsConnectedResponse,
21-
OnChangeAccountOptions,
2221
OnChangeAccountResponse,
2322
OnChangeNetworkOptions,
2423
OnChangeNetworkResponse,
@@ -189,7 +188,7 @@ export class GnoWalletProvider implements TM2WalletProvider {
189188
return makeResponseMessage(WalletResponseSuccessType.TRANSACTION_SUCCESS, transactionResult);
190189
}
191190

192-
onChangeAccount(options: OnChangeAccountOptions): OnChangeAccountResponse {
191+
onChangeAccount(): OnChangeAccountResponse {
193192
throw new Error('not supported');
194193
}
195194

0 commit comments

Comments
 (0)