mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-31 12:21:25 +00:00
Update num confirmations to 5
This commit is contained in:
@@ -1468,7 +1468,7 @@ impl LightWallet {
|
||||
if selected_value < u64::from(target_value) {
|
||||
let e = format!(
|
||||
"Insufficient verified funds (have {}, need {:?}). NOTE: funds need {} confirmations before they can be spent.",
|
||||
selected_value, target_value, self.config.anchor_offset
|
||||
selected_value, target_value, self.config.anchor_offset + 1
|
||||
);
|
||||
error!("{}", e);
|
||||
return Err(e);
|
||||
|
Reference in New Issue
Block a user