mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-14 10:55:47 +00:00
Update insufficient funds error
This commit is contained in:
parent
7745b6f105
commit
91611874e9
@ -1114,8 +1114,8 @@ impl LightWallet {
|
||||
|
||||
if selected_value < u64::from(target_value) {
|
||||
eprintln!(
|
||||
"Insufficient funds (have {}, need {:?})",
|
||||
selected_value, target_value
|
||||
"Insufficient verified funds (have {}, need {:?}).\n Note, funds need {} confirmations before they can be spent",
|
||||
selected_value, target_value, ANCHOR_OFFSET
|
||||
);
|
||||
return None;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user