mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
BTC-ACCT progress
Bump bitcoinj to 0.15.5 for fixes. lockTime is int (seconds since epoch), not long (ms since epoch). Improve output of Initiate1. Added (most of) Respond2.
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -6,7 +6,7 @@
|
||||
<version>1.0.6</version>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<bitcoin.version>0.15.4</bitcoin.version>
|
||||
<bitcoinj.version>0.15.5</bitcoinj.version>
|
||||
<bouncycastle.version>1.64</bouncycastle.version>
|
||||
<build.timestamp>${maven.build.timestamp}</build.timestamp>
|
||||
<commons-net.version>3.6</commons-net.version>
|
||||
@@ -406,13 +406,13 @@
|
||||
<dependency>
|
||||
<groupId>org.ciyam</groupId>
|
||||
<artifactId>at</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<!-- Bitcoin support -->
|
||||
<dependency>
|
||||
<groupId>org.bitcoinj</groupId>
|
||||
<artifactId>bitcoinj-core</artifactId>
|
||||
<version>${bitcoin.version}</version>
|
||||
<version>${bitcoinj.version}</version>
|
||||
</dependency>
|
||||
<!-- Utilities -->
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user