mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-16 13:46:46 +00:00
Block#getMinGasPrice and Blockchain#getGasPrice were removed in commit aad53ba, causing compilation failures in ethereumj-studio when building against current master of ethereumj-core. As it is unclear whether these methods have proper replacements, this commit simply replaces calls to these now-missing methods with the value `42`. Obviously this is a stopgap measure and should be addressed properly as soon as possible.