Skip to content

Commit

Permalink
remove bad comments
Browse files Browse the repository at this point in the history
  • Loading branch information
d4mr committed Aug 28, 2024
1 parent 4eec0c4 commit 6be76fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/thirdweb/src/wallets/aws-kms.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ test("sign transaction", async () => {

const signedTx = await account.signTransaction?.(tx);
expect(signedTx).toMatch(/^0x[a-fA-F0-9]+$/);

// Optionally, you can use viem to parse the transaction and verify its contents
// This step depends on the exact format of your signed transaction
});

test("sign typed data", async () => {
Expand Down

0 comments on commit 6be76fb

Please sign in to comment.