ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.1k forks source link

Fix the validation rule for gasUsed. #1283

Closed feiqihang closed 5 years ago

feiqihang commented 5 years ago

According to the agreement in the yellow book, it should be gasLimit <= gasUsed. image

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 57.681% when pulling 02e472c4ac1ec4905a45e669623f8277e45ffe5e on feiqihang:patch-2 into 633c109b1ccb242cb14d0f8b077568ebf217d8fd on ethereum:develop.

zilm13 commented 5 years ago

@feiqihang good catch! Thank you!