Removing unsupported stuff and building based on service.proto from our lightwalletd
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package cash.z.ecc.android.sdk.demoapp
|
||||
|
||||
object DemoConstants {
|
||||
val utxoEndHeight: Int = 968085
|
||||
val utxoEndHeight: Int = 950000
|
||||
val sendAmount: Double = 0.000018
|
||||
|
||||
// corresponds to address: zs15tzaulx5weua5c7l47l4pku2pw9fzwvvnsp4y80jdpul0y3nwn5zp7tmkcclqaca3mdjqjkl7hx
|
||||
|
||||
Reference in New Issue
Block a user