Skip to content

Commit

Permalink
fix: remove shadowed WalletAccount address property
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Nov 28, 2024
1 parent c2304e6 commit 6912f1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wallet/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ import { StarknetWalletProvider } from './types';
// TODO: Remove non address constructor in next major version
// Represent 'Selected Active' Account inside Connected Wallet
export class WalletAccount extends Account implements AccountInterface {
public address: string = '';

public walletProvider: StarknetWalletProvider;

/**
Expand Down

0 comments on commit 6912f1c

Please sign in to comment.