Skip to content

Commit

Permalink
fix: import Bip in kotlin interface
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Vaccaro <[email protected]>
  • Loading branch information
lvaccaro committed Jan 5, 2025
1 parent db7a5fd commit d22ddef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/io/lwkrn/LwkRnModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import lwk.Update
import lwk.WalletTx
import lwk.Wollet
import lwk.WolletDescriptor
import lwk.Bip

class LwkRnModule(reactContext: ReactApplicationContext) :
ReactContextBaseJavaModule(reactContext) {
Expand Down Expand Up @@ -161,7 +162,6 @@ class LwkRnModule(reactContext: ReactApplicationContext) :
result: Promise
) {
try {
val id = randomId()
val signer = _signers[signerId]
val bip = _bips[bipId]
val res = signer!!.keyoriginXpub(bip!!)
Expand Down

0 comments on commit d22ddef

Please sign in to comment.