Update anchor

This commit is contained in:
Aditya Kulkarni
2019-09-30 21:19:19 -07:00
parent 08b5c40273
commit 7745b6f105

View File

@@ -46,7 +46,7 @@ pub mod extended_key;
use extended_key::{KeyIndex, ExtendedPrivKey};
const ANCHOR_OFFSET: u32 = 1;
const ANCHOR_OFFSET: u32 = 4;
pub const MAX_REORG: usize = 100;
fn now() -> f64 {