Browse Source

set anchor to 0

checkpoints
DenioD 4 years ago
parent
commit
fb07cae93c
  1. 2
      lib/src/lightwallet.rs

2
lib/src/lightwallet.rs

@ -609,7 +609,7 @@ impl LightWallet {
self.blocks.read().unwrap() self.blocks.read().unwrap()
.last() .last()
.map(|block| block.height) .map(|block| block.height)
.unwrap_or(self.config.sapling_activation_height as i32 - 1) .unwrap_or(self.config.sapling_activation_height as i32)
} }
/// Determines the target height for a transaction, and the offset from which to /// Determines the target height for a transaction, and the offset from which to

Loading…
Cancel
Save