Compare commits

...

2 Commits

Author SHA1 Message Date
lucretius efe6727208 merge pr conflict 4 months ago
Duke 97318ca3a4 Do not log birthday to STDOUT 4 months ago
  1. 2
      lib/src/lightclient.rs

2
lib/src/lightclient.rs

@ -449,7 +449,7 @@ impl LightClient {
sync_status : Arc::new(RwLock::new(WalletStatus::new())),
};
// println!("Setting birthday to {}", birthday);
l.set_wallet_initial_state(birthday);
#[cfg(feature = "embed_params")]
l.read_sapling_params();

Loading…
Cancel
Save