Braxton Nunnally

Results 3 issues of Braxton Nunnally

When calling the following: ```kotlin localWallet!!.walletKit!!.transactions(type = null).subscribe { txList: List -> _transactions.postValue(txList) }.let { disposables.add(it) } ``` The transactions that are returned have the correct data but it is...

Hello, is there a way to sync an HD wallet with an xpub? Currently it looks like BitcoinKit is taking a seed phrase as the only way of restoring a...