Removing unsupported stuff and building based on service.proto from our lightwalletd

This commit is contained in:
fekt
2022-07-02 21:02:11 -04:00
parent 0131016214
commit 0b24b41c6e
20 changed files with 123 additions and 150 deletions

View File

@@ -82,12 +82,13 @@ class ListUtxosFragment : BaseDemoFragment<FragmentListUtxosBinding>() {
binding.buttonLoad.setOnClickListener {
mainActivity()?.hideKeyboard()
downloadTransactions()
//downloadTransactions()
}
initTransactionUi()
}
/* THIS IS NOT SUPPORTED IN HUSH LIGHTWALLETD
fun downloadTransactions() {
binding.textStatus.text = "loading..."
binding.textStatus.post {
@@ -135,6 +136,7 @@ class ListUtxosFragment : BaseDemoFragment<FragmentListUtxosBinding>() {
}
}
}
*/
private val now get() = System.currentTimeMillis()