Browse Source

set conf to 1

checkpoints
DenioD 4 years ago
parent
commit
412419533e
  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) .unwrap_or(self.config.sapling_activation_height as i32 - 1)
} }
/// 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