diff --git a/lib/src/lightwallet.rs b/lib/src/lightwallet.rs index 6eb81f8..929ecb1 100644 --- a/lib/src/lightwallet.rs +++ b/lib/src/lightwallet.rs @@ -802,7 +802,7 @@ impl LightWallet { pub fn verified_zbalance(&self, addr: Option) -> u64 { let anchor_height = match self.get_target_height_and_anchor_offset() { - Some((height, anchor_offset)) => height - anchor_offset as u32 - 1, + Some((height, anchor_offset)) => height - anchor_offset as u32 , None => return 0, };