Do not log birthday to STDOUT
This commit is contained in:
@@ -449,7 +449,7 @@ impl LightClient {
|
|||||||
sync_status : Arc::new(RwLock::new(WalletStatus::new())),
|
sync_status : Arc::new(RwLock::new(WalletStatus::new())),
|
||||||
};
|
};
|
||||||
|
|
||||||
println!("Setting birthday to {}", birthday);
|
// println!("Setting birthday to {}", birthday);
|
||||||
l.set_wallet_initial_state(birthday);
|
l.set_wallet_initial_state(birthday);
|
||||||
#[cfg(feature = "embed_params")]
|
#[cfg(feature = "embed_params")]
|
||||||
l.read_sapling_params();
|
l.read_sapling_params();
|
||||||
|
|||||||
Reference in New Issue
Block a user