Skip to content

Commit

Permalink
fix: change account scope to private
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolan Le committed Apr 25, 2023
1 parent 0b36294 commit 7507cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {AccountBSC, AccountETH} from './chains';
import {IChainAccount, INetwork} from './types';

export class Account {
network: INetwork;
account: IChainAccount;
private network: INetwork;
private account: IChainAccount;

constructor(network: INetwork, xprv: BIP32Interface) {
this.network = network;
Expand Down

0 comments on commit 7507cc2

Please # to comment.