Skip to content

Commit

Permalink
bitcoinj 0.17-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Dec 20, 2023
1 parent 81b6c4a commit 77b4809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ExtendedTxRefSpec extends Specification {
then:
txRef != null
txRef.bech32.hrp == "txtest"
txRef.bech32.data == [6, 22, 4, 11, 9, 2, 8, 0, 0, 0] as byte[]
txRef.bech32.bytes() == [6, 22, 4, 11, 9, 2, 8, 0, 0, 0] as byte[]
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
consensusjVersion = 0.7.0-SNAPSHOT

bitcoinjVersion = 0.17-alpha2
bitcoinjVersion = 0.17-alpha3
rxJavaVersion = 3.1.7
groovyVersion = 4.0.16
junitJupiterVersion = 5.10.0
Expand Down

0 comments on commit 77b4809

Please sign in to comment.