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 6feeff2 commit a9a5f91
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 @@ -81,7 +81,7 @@ describe('EIP-155', function () {
expect(receipt.logs[0].data).equal(EXPECTED_EVENT);
});

/// Verifies that a contract can sign a transaction, and we can submit it via a wrapped provider
/// Verify that contracts can sign transactions for submission with a wrapped provider
/// This lets transactions signed by other accounts pass-through the wrapped provider
it('Other-Signed transaction submission via wrapped provider', async function () {
const provider = testContract.provider;
Expand Down

0 comments on commit a9a5f91

Please sign in to comment.