mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-29 19:31:25 +00:00
Add TODO
This commit is contained in:
@@ -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>>>,
|
||||
|
Reference in New Issue
Block a user