Skip to content

Commit

Permalink
Build: Bump bdk-android dependency to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Jan 18, 2023
1 parent 5d97942 commit 42ed9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencies {
implementation("com.google.accompanist:accompanist-pager:0.23.1")

// bitcoin
implementation("org.bitcoindevkit:bdk-android:0.26.0-SNAPSHOT")
implementation("org.bitcoindevkit:bdk-android:0.26.0")

// Ktor
implementation("io.ktor:ktor-client-cio:2.2.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Wallet {
}

fun createBlockchain() {
val blockchainConfig = BlockchainConfig.Electrum(ElectrumConfig(electrumURL, null, 5u, null, 10u))
val blockchainConfig = BlockchainConfig.Electrum(ElectrumConfig(electrumURL, null, 5u, null, 10u, true))
blockchain = Blockchain(blockchainConfig)
}

Expand Down

0 comments on commit 42ed9bd

Please sign in to comment.