Skip to content

Commit

Permalink
fix: rename jvm test
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Oct 18, 2024
1 parent affedd9 commit 70815f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package org.bitcoindevkit

import kotlin.test.Test
import org.rustbitcoin.bitcoin.Network
import org.bitcoindevkit.bitcoinffi.Network

private const val SIGNET_ESPLORA_URL = "http://signet.bitcoindevkit.net"
private const val TESTNET_ESPLORA_URL = "https://esplora.testnet.kuutamo.cloud"

class LiveTransactionTests {
class LiveTransactionTest {
private val descriptor: Descriptor = Descriptor(
"wpkh(tprv8ZgxMBicQKsPf2qfrEygW6fdYseJDDrVnDv26PH5BHdvSuG6ecCbHqLVof9yZcMoM31z9ur3tTYbSnr1WBqbGX97CbXcmp5H6qeMpyvx35B/84h/1h/0h/0/*)",
Network.SIGNET
Expand Down

0 comments on commit 70815f8

Please sign in to comment.