mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-11-02 05:07:01 +00:00
Fix total spent
This commit is contained in:
@@ -139,6 +139,8 @@ impl LightClient {
|
||||
_ => "".to_string()
|
||||
});
|
||||
});
|
||||
|
||||
println!("Total spent: {}", v.total_shielded_value_spent);
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user