Updated on 2026-08-14
This commit is contained in:
commit
87ec25e785
12 changed files with 636 additions and 31 deletions
|
|
@ -165,4 +165,4 @@ public class WaitSecurityDelayDialog extends DialogFragment {
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -851,6 +851,15 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
|
|||
requestRateInfo("bitcoin")
|
||||
}
|
||||
|
||||
// Litecoin
|
||||
if (ctx.blockchain == Blockchain.Litecoin) {
|
||||
ctx.coinData.setIsBalanceEqual(true)
|
||||
|
||||
requestElectrum(ElectrumRequest.checkBalance(ctx.coinData!!.wallet))
|
||||
requestElectrum(ElectrumRequest.listUnspent(ctx.coinData!!.wallet))
|
||||
requestRateInfo("litecoin")
|
||||
}
|
||||
|
||||
// BitcoinCash
|
||||
else if (ctx.blockchain == Blockchain.BitcoinCash) {
|
||||
ctx.coinData.setIsBalanceEqual(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue