initial library split
This commit is contained in:
parent
6f231bc96b
commit
714c97cbc7
|
@ -40,7 +40,7 @@
|
||||||
<property name="ant.contrib.lib" value="${user.home}/.ant/lib/ant-contrib-1.0b3.jar"/>
|
<property name="ant.contrib.lib" value="${user.home}/.ant/lib/ant-contrib-1.0b3.jar"/>
|
||||||
<property name="ant.missinglink.lib" value="${user.home}/.ant/lib/ml-ant-http-1.1.3.jar"/>
|
<property name="ant.missinglink.lib" value="${user.home}/.ant/lib/ml-ant-http-1.1.3.jar"/>
|
||||||
|
|
||||||
<property name="bintray.subject" value="roman-mandeleil"/>
|
<property name="bintray.subject" value="ethereum"/>
|
||||||
<property name="bintray.repo" value="maven"/>
|
<property name="bintray.repo" value="maven"/>
|
||||||
<property name="bintray.package" value="${artifact.groupId}"/>
|
<property name="bintray.package" value="${artifact.groupId}"/>
|
||||||
|
|
||||||
|
|
|
@ -37,14 +37,6 @@
|
||||||
<url>https://github.com/ethereum/ethereumj</url>
|
<url>https://github.com/ethereum/ethereumj</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<repository>
|
|
||||||
<id>internal.repo</id>
|
|
||||||
<name>Temporary Staging Repository</name>
|
|
||||||
<url>file://${project.build.directory}/mvn-repo</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
|
@ -22,7 +22,9 @@ public class EthereumImpl implements Ethereum {
|
||||||
|
|
||||||
private static final Logger logger = LoggerFactory.getLogger("facade");
|
private static final Logger logger = LoggerFactory.getLogger("facade");
|
||||||
|
|
||||||
public EthereumImpl() {}
|
public EthereumImpl() {
|
||||||
|
WorldManager.getInstance().loadBlockchain();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find a peer but not this one
|
* Find a peer but not this one
|
||||||
|
|
Loading…
Reference in New Issue