diff --git a/typescript/src/ethereum.ts b/typescript/src/ethereum.ts index 5f0eb6a68..dc217304e 100644 --- a/typescript/src/ethereum.ts +++ b/typescript/src/ethereum.ts @@ -1112,7 +1112,7 @@ export class TBTCToken ): Promise { const redeemer = await this._instance?.signer?.getAddress() if (!redeemer) { - throw new Error("Signer not provided.") + throw new Error("Signer not provided") } const vault = await this._instance.owner()