reenable testEngineAPI in test_merge

This commit is contained in:
jangko 2022-03-17 12:54:04 +07:00
parent ed0e882387
commit a3fe57f2b8
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@
"gasLimit":"0x1c95111",
"gasUsed":"0x0",
"timestamp":"0x5",
"extraData":"0x64616f2d686172642d666f726b",
"extraData":"0x",
"baseFeePerGas":"0x7",
"blockHash":"0x29671a05d0e18797905296bba15941c96edefc2aefe2240253cd33cf3eda80c0",
"blockHash":"0x6359b8381a370e2f54072a5784ddd78b6ed024991558c511d4452eb4f6ac898c",
"transactions":[]
}
},

View File

@ -171,7 +171,7 @@ proc testEngineApiSupport() =
proc mergeMain*() =
# temporary disable it until engine API more stable
# testEngineAPI()
testEngineAPI()
testEngineApiSupport()
when isMainModule: