Skip to content

Commit

Permalink
Fix testnet switch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
panleone committed Sep 20, 2023
1 parent 893afd2 commit 7b352f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export class Wallet {
}

async getKeyToExport() {
return await this.#masterKey.getKeyToExport(this.#nAccount);
return await this.#masterKey?.getKeyToExport(this.#nAccount);
}
}

Expand Down

0 comments on commit 7b352f4

Please sign in to comment.