mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
[skip ci] minor code cleanup
This commit is contained in:
parent
dbc2fb3fb1
commit
371fb8ce86
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue