diff --git a/rust-lightclient/src/lightwallet.rs b/rust-lightclient/src/lightwallet.rs index 2aab8bc..d506b44 100644 --- a/rust-lightclient/src/lightwallet.rs +++ b/rust-lightclient/src/lightwallet.rs @@ -537,7 +537,8 @@ pub struct LightWallet { // Transparent keys. TODO: Make it not pubic pub tkeys: Vec, - // Current UTXOs that can be spent + // Current UTXOs that can be spent. + // TODO: Remove this, and read from txs.values().utxos pub utxos: Arc>>, blocks: Arc>>,