From a98ff6252871bd17ac7e29e70564b6bdbb4217c3 Mon Sep 17 00:00:00 2001 From: StefanIliev545 Date: Thu, 28 Sep 2023 14:07:54 +0300 Subject: [PATCH] Changed gas price for test.' --- go/enclave/enclave_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/enclave/enclave_test.go b/go/enclave/enclave_test.go index 3b18d6dc92..521fe0b86d 100644 --- a/go/enclave/enclave_test.go +++ b/go/enclave/enclave_test.go @@ -38,7 +38,7 @@ const _testEnclavePublicKeyHex = "034d3b7e63a8bcd532ee3d1d6ecad9d67fca7821981a04 // _successfulRollupGasPrice can be deterministically calculated when evaluating the management smart contract. // It should change only when there are changes to the smart contract or if the gas estimation algorithm is modified. // Other changes would mean something is broken. -const _successfulRollupGasPrice = 371816 +const _successfulRollupGasPrice = 372008 var _enclavePubKey *ecies.PublicKey