Skip to content

Commit

Permalink
fix: rename imports from bitcoin-ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Oct 21, 2024
1 parent dbbff6c commit 353932f
Show file tree
Hide file tree
Showing 20 changed files with 1,419 additions and 232 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import org.junit.runner.RunWith
import kotlin.test.AfterTest
import kotlin.test.assertTrue
import java.io.File
import org.rustbitcoin.bitcoin.Network
import org.rustbitcoin.bitcoin.Amount
import org.rustbitcoin.bitcoin.FeeRate
import org.bitcoindevkit.bitcoinffi.Network
import org.bitcoindevkit.bitcoinffi.Amount
import org.bitcoindevkit.bitcoinffi.FeeRate

private const val SIGNET_ESPLORA_URL = "http://signet.bitcoindevkit.net"
private const val TESTNET_ESPLORA_URL = "https://esplora.testnet.kuutamo.cloud"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import org.junit.runner.RunWith
import kotlin.test.AfterTest
import kotlin.test.assertTrue
import java.io.File
import org.rustbitcoin.bitcoin.Network
import org.rustbitcoin.bitcoin.Amount
import org.rustbitcoin.bitcoin.FeeRate
import org.bitcoindevkit.bitcoinffi.Network
import org.bitcoindevkit.bitcoinffi.Amount
import org.bitcoindevkit.bitcoinffi.FeeRate

private const val SIGNET_ESPLORA_URL = "http://signet.bitcoindevkit.net"
private const val TESTNET_ESPLORA_URL = "https://esplora.testnet.kuutamo.cloud"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import kotlin.test.Test
import kotlin.test.assertEquals
import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.runner.RunWith
import org.rustbitcoin.bitcoin.Network
import org.bitcoindevkit.bitcoinffi.Network

@RunWith(AndroidJUnit4::class)
class OfflineDescriptorTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import androidx.test.platform.app.InstrumentationRegistry
import org.junit.runner.RunWith
import kotlin.test.AfterTest
import java.io.File
import org.rustbitcoin.bitcoin.Network
import org.bitcoindevkit.bitcoinffi.Network

@RunWith(AndroidJUnit4::class)
class OfflineWalletTest {
Expand Down
17 changes: 0 additions & 17 deletions bdk-android/plugins/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions bdk-android/plugins/build.gradle.kts

This file was deleted.

8 changes: 0 additions & 8 deletions bdk-android/plugins/settings.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 353932f

Please sign in to comment.