mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Use bitcoinj jar from https://github.com/bitsquare/bitcoinj
This commit is contained in:
parent
474ec2145a
commit
7407915db8
Binary file not shown.
13
pom.xml
13
pom.xml
@ -109,24 +109,17 @@
|
||||
</dependency>
|
||||
|
||||
<!--bitcoin-->
|
||||
<!--Version later than 0.13.1 remove support for Java serialisation
|
||||
In version 0.13.1 is a missing support for Java serialisation in MainNetParams (HttpDiscovery.Details)
|
||||
We remove Cartographer/HttpDiscovery support
|
||||
<!--Version later than 0.13.1 has removed support for Java serialisation
|
||||
In version 0.13.1 is missing support for Java serialisation in MainNetParams (HttpDiscovery.Details)
|
||||
We remove Cartographer/HttpDiscovery support from in our version 0.13.1.1 fork.
|
||||
See discussion: http://bitcoin-development.narkive.com/hczWIAby/bitcoin-development-cartographer#post3
|
||||
-->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.bitcoinj</groupId>
|
||||
<artifactId>bitcoinj-core</artifactId>
|
||||
<version>0.13.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency>
|
||||
<groupId>org.bitcoinj</groupId>
|
||||
<artifactId>bitcoinj-core</artifactId>
|
||||
<version>0.13.1.1</version>
|
||||
</dependency>-->
|
||||
|
||||
<!--crypto-->
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user