Skip to content

Commit 1d00e32

Browse files
ruzell22petermetz
authored andcommitted
fix(connector-besu): toBuffer only supports 0x-prefixed hex
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]>
1 parent b47fbd8 commit 1d00e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cactus-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-ledger-connector-besu/deploy-contract/private-deploy-contract-from-json-web3-eea.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ test(testCase, async (t: Test) => {
109109
keys.tessera.member2.publicKey,
110110
],
111111
privateKey: keys.besu.member1.privateKey,
112-
gasLimit: "3000000",
112+
gasLimit: "0x2DC6C0",
113113
});
114114

115115
t.ok(commitmentHash, "commitmentHash truthy OK");

0 commit comments

Comments
 (0)