set anchor_offset to 2, hush has dpow
This commit is contained in:
@@ -1572,7 +1572,7 @@ impl LightWallet {
|
|||||||
if selected_value < u64::from(target_value) {
|
if selected_value < u64::from(target_value) {
|
||||||
let e = format!(
|
let e = format!(
|
||||||
"Insufficient verified funds (have {}, need {:?}). NOTE: funds need {} confirmations before they can be spent.",
|
"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 -2
|
||||||
);
|
);
|
||||||
error!("{}", e);
|
error!("{}", e);
|
||||||
return Err(e);
|
return Err(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user