mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-30 03:41:28 +00:00
Update insufficient funds error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user