mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-23 22:46:44 +01:00
Set watchermode=true for bitcoinj watcher (#162)
This commit is contained in:
parent
fbabb7d6a2
commit
a18fac135d
2 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ class BitcoinjKit(chain: String, datadir: File, staticPeers: List[InetSocketAddr
|
|||
logger.info(s"peerGroup.getMinBroadcastConnections==${peerGroup().getMinBroadcastConnections}")
|
||||
|
||||
peerGroup().setMinRequiredProtocolVersion(70015) // bitcoin core 0.13
|
||||
wallet().watchMode = true
|
||||
|
||||
// setDownloadListener(new DownloadProgressTracker {
|
||||
// override def doneDownload(): Unit = {
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -48,7 +48,7 @@
|
|||
<scala.version.short>2.11</scala.version.short>
|
||||
<akka.version>2.4.18</akka.version>
|
||||
<bitcoinlib.version>0.9.13</bitcoinlib.version>
|
||||
<bitcoinj.version>0.15-rc2</bitcoinj.version>
|
||||
<bitcoinj.version>0.15-rc3</bitcoinj.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Add table
Reference in a new issue