From fb878678b6ac19815af4ae84498088b75906f575 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Fri, 13 Sep 2019 19:43:26 -0700 Subject: [PATCH] Add TODO --- rust-lightclient/src/lightwallet.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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>>,