diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/vm/oracle_contracts.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/oracle_contracts.go b/core/vm/oracle_contracts.go index d983cdfc8..56e82f7df 100644 --- a/core/vm/oracle_contracts.go +++ b/core/vm/oracle_contracts.go @@ -75,6 +75,7 @@ const ( miningVelocityLoc nextHalvingSupplyLoc lastHalvedAmountLoc + minGasPriceLoc blockGasLimitLoc lambdaBALoc lambdaDKGLoc @@ -84,7 +85,6 @@ const ( minBlockIntervalLoc fineValuesLoc finedRecordsLoc - minGasPriceLoc // TODO(w): reorder this before mainnet ) func publicKeyToNodeKeyAddress(pkBytes []byte) (common.Address, error) { |