ether-camp / ethereum-harmony

DEPRECATED! Ethereum Independent Peer
GNU General Public License v3.0
253 stars 89 forks source link

Compile failed when pull the last version #84

Closed majingfenggithub closed 6 years ago

majingfenggithub commented 6 years ago

D:\project\01_code\ethereum-harmony\src\main\java\com\ethercamp\harmony\service\BlockchainInfoService.java:31: 错误: 找不到符号 import org.ethereum.listener.RecommendedGasPriceTracker; ^ 符号: 类 RecommendedGasPriceTracker 位置: 程序包 org.ethereum.listener D:\project\01_code\ethereum-harmony\src\main\java\com\ethercamp\harmony\service\BlockchainInfoService.java:137: 错误: 找不到符号 class GasPriceTracker extends RecommendedGasPriceTracker { ^ 符号: 类 RecommendedGasPriceTracker 位置: 类 BlockchainInfoService 2 个错误 :compileJava FAILED

This file is update by list:

Replay last blocks for accurate recommended gas price at start Dmitry Shmatko 2018/4/19 7:14 Recommended gas price algorithm improved, output made more clear Dmitry Shmatko 2018/4/19 2:35

mkalinin commented 6 years ago

did you try to clean gradle cache? if not it worth to be tried

majingfenggithub commented 6 years ago

It's my mistake. I have clean the cache and now it's ok