Browse Source

Add TODO

master
Aditya Kulkarni 5 years ago
parent
commit
fb878678b6
  1. 3
      rust-lightclient/src/lightwallet.rs

3
rust-lightclient/src/lightwallet.rs

@ -537,7 +537,8 @@ pub struct LightWallet {
// Transparent keys. TODO: Make it not pubic
pub tkeys: Vec<secp256k1::SecretKey>,
// Current UTXOs that can be spent
// Current UTXOs that can be spent.
// TODO: Remove this, and read from txs.values().utxos
pub utxos: Arc<RwLock<Vec<Utxo>>>,
blocks: Arc<RwLock<Vec<BlockData>>>,

Loading…
Cancel
Save