Skip to content

Commit 98b90a2

Browse files
authored
Update iframe-wallet.ts
Signed-off-by: kilavvy <[email protected]>
1 parent a41d389 commit 98b90a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/wallets/in-app/web/lib/iframe-wallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export class IFrameWallet implements IWebWallet {
203203
};
204204

205205
if (tx.maxFeePerGas) {
206-
// ethers (in the iframe) rejects any type 0 trasaction with unknown keys
206+
// ethers (in the iframe) rejects any type 0 transaction with unknown keys
207207
// TODO remove this once iframe is upgraded to v5
208208
transaction.accessList = tx.accessList;
209209
transaction.maxFeePerGas = tx.maxFeePerGas;

0 commit comments

Comments
 (0)