Skip to content

Commit

Permalink
Update contracts/test/eip155.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Xi Zhang <[email protected]>
  • Loading branch information
CedarMist and Xi Zhang authored Oct 12, 2023
1 parent b85d5fc commit 9a6e2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/eip155.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('EIP-155', function () {
expect(receipt.logs[0].data).equal(EXPECTED_EVENT);
});

/// Verifies that submitting a manually signed transaction will be encrypted
/// Verify that the wrapped wallet will encrypt a manually signed transaction
it('Self-Signed transaction submission via wrapped wallet', async function () {
const provider = testContract.provider;
const wallet = sapphire.wrap(getWallet(0).connect(provider));
Expand Down

0 comments on commit 9a6e2cc

Please sign in to comment.