Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxima-net committed Sep 5, 2022
1 parent 06871d3 commit ae213fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export abstract class TaquitoAtomexProtocolMultiChain implements AtomexProtocolM
protected async getWallet(address?: string): Promise<BlockchainWallet<TezosToolkit>> {
const taquitoWallet = await this.walletsManager.getWallet<TezosToolkit>(address, this.blockchain, 'taquito');
if (!taquitoWallet)
throw new Error(`${this.blockchain} Taqutio wallet not found`);
throw new Error(`${this.blockchain} Taquito wallet not found`);

return taquitoWallet;
}
Expand Down

0 comments on commit ae213fe

Please sign in to comment.