Skip to content

Commit

Permalink
fix(connector-besu): toBuffer only supports 0x-prefixed hex
Browse files Browse the repository at this point in the history
Primary Changes
---------------
1. Updated private-deploy-contract-from-json-web3-eea.test.ts gaslimit from
3000000 to its hex equivalent

fixes: #2791

Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 authored and petermetz committed Dec 10, 2023
1 parent b47fbd8 commit 1d00e32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ test(testCase, async (t: Test) => {
keys.tessera.member2.publicKey,
],
privateKey: keys.besu.member1.privateKey,
gasLimit: "3000000",
gasLimit: "0x2DC6C0",
});

t.ok(commitmentHash, "commitmentHash truthy OK");
Expand Down

0 comments on commit 1d00e32

Please sign in to comment.