From 9a6e2ccd896d2555a6470dd505df5fee6fd82f18 Mon Sep 17 00:00:00 2001 From: CedarMist <134699267+CedarMist@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:11:55 +0100 Subject: [PATCH] Update contracts/test/eip155.ts Co-authored-by: Xi Zhang --- contracts/test/eip155.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/test/eip155.ts b/contracts/test/eip155.ts index 87f6de8d4..618168dda 100644 --- a/contracts/test/eip155.ts +++ b/contracts/test/eip155.ts @@ -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));