You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.Today ,when i run gradlew runMain -Dserver.port=7000,there is build error info:
E:\business\ethereum-harmony\src\main\java\com\ethercamp\harmony\jsonrpc\EthJson
RpcImpl.java:834: 错误: contracts可以在CompilationResult中访问private
org.ethereum.solidity.compiler.CompilationResult.ContractMetadata contra
ctMetadata = result.contracts.values().iterator().next();
But this error is not exist yesterday,and i find the gradle download a new ethereumj-core-1.7.0-SNAPSHOT.jar.
So i think there is a bug in newest ethereumj-core-1.7.0-SNAPSHOT.jar
The text was updated successfully, but these errors were encountered:
1.Today ,when i run
gradlew runMain -Dserver.port=7000
,there is build error info:But this error is not exist yesterday,and i find the gradle download a new ethereumj-core-1.7.0-SNAPSHOT.jar.
So i think there is a bug in newest ethereumj-core-1.7.0-SNAPSHOT.jar
The text was updated successfully, but these errors were encountered: