update EtherJ dependency
This commit is contained in:
parent
9d9c84f862
commit
e436879e3f
|
@ -71,7 +71,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ethereum</groupId>
|
<groupId>org.ethereum</groupId>
|
||||||
<artifactId>ethereumj</artifactId>
|
<artifactId>ethereumj</artifactId>
|
||||||
<version>0.7.2.20141030.1409</version>
|
<version>0.7.2.20141031.1029</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ peer.discovery.ip.list = poc-7.ethdev.com:30303,\
|
||||||
|
|
||||||
# Peer Server Zero (poc-7.ethdev.com)
|
# Peer Server Zero (poc-7.ethdev.com)
|
||||||
peer.active.ip = 23.22.211.45
|
peer.active.ip = 23.22.211.45
|
||||||
peer.active.port = 60606
|
peer.active.port = 11111
|
||||||
|
|
||||||
|
|
||||||
# ZeroGox
|
# ZeroGox
|
||||||
|
@ -76,7 +76,7 @@ samples.dir = samples
|
||||||
# the existing database will be
|
# the existing database will be
|
||||||
# destroyed and all the data will be
|
# destroyed and all the data will be
|
||||||
# downloaded from peers again
|
# downloaded from peers again
|
||||||
database.reset = false
|
database.reset = true
|
||||||
|
|
||||||
# place to save physical storage files
|
# place to save physical storage files
|
||||||
database.dir = database
|
database.dir = database
|
||||||
|
|
Loading…
Reference in New Issue