Update to btcd-cli4j 1763d7ef

- Fixes missing scriptType enum
This commit is contained in:
Manfred Karrer 2018-09-27 20:16:44 -05:00
parent a9e32c0bdd
commit 0414b1baec
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -24,7 +24,7 @@ dependencies {
compile project(':assets')
compile project(':p2p')
compile 'net.sf.jopt-simple:jopt-simple:5.0.3'
compile('network.bisq.btcd-cli4j:btcd-cli4j-core:cb5c474b') {
compile('network.bisq.btcd-cli4j:btcd-cli4j-core:1763d7ef') {
exclude(module: 'slf4j-api')
exclude(module: 'httpclient')
exclude(module: 'commons-lang3')
@ -32,7 +32,7 @@ dependencies {
exclude(module: 'jackson-annotations')
exclude(module: 'jackson-databind')
}
compile('network.bisq.btcd-cli4j:btcd-cli4j-daemon:cb5c474b') {
compile('network.bisq.btcd-cli4j:btcd-cli4j-daemon:1763d7ef') {
exclude(module: 'slf4j-api')
exclude(module: 'httpclient')
exclude(module: 'commons-lang3')