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 8cf75a2 commit 6feeff2
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 @@ -54,7 +54,7 @@ describe('EIP-155', function () {
expect(tx.data.length).eq(218);
});

/// Verifies that contract can sign a transaction, and we submit it via unwrapped provider
/// Verify that contracts can sign transactions for submission with an unwrapped provider
it('Other-Signed transaction submission via un-wrapped provider', async function () {
const provider = testContract.provider;
const signedTx = await testContract.sign({
Expand Down

0 comments on commit 6feeff2

Please sign in to comment.