Simplify Kotlin Wallet api

This commit is contained in:
Steve Myers
2021-06-24 13:49:25 -07:00
parent 110dfbd13c
commit 757113c002
15 changed files with 125 additions and 117 deletions

View File

@@ -1,9 +1,6 @@
package org.bitcoindevkit.bdk
import android.util.Log
import androidx.test.ext.junit.runners.AndroidJUnit4
import com.sun.jna.Native
import org.junit.*
import org.junit.runner.RunWith
@@ -16,5 +13,5 @@ import org.junit.Assert.*
*/
@RunWith(AndroidJUnit4::class)
class AndroidLibTest : LibTest() {
}