[skip ci] minor code cleanup

This commit is contained in:
fossephate 2024-09-23 14:29:33 -07:00
parent dbc2fb3fb1
commit 371fb8ce86

View file

@ -873,9 +873,6 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
.firstWhere((utxo) => utxo.hash == txInput.txId && utxo.vout == txInput.txIndex);
// TODO: detect actual hog-ex inputs
// print(txInput.sequence);
// print(txInput.txIndex);
// print(utxo.value);
if (!isHogEx) {
return;