electrum: log local and updated chains after polling Electrum

This commit is contained in:
Antoine Poinsot 2024-09-11 08:20:34 +02:00
parent d3082a6305
commit 59ba0ad8ef
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -191,6 +191,9 @@ impl Electrum {
chain_update.height()
);
log::debug!("Full local chain: {:?}", self.local_chain());
log::debug!("Full chain update: {:?}", chain_update);
// Increment the sync count and apply changes.
self.sync_count = self.sync_count.checked_add(1).expect("must fit");
if let Some(keychain_update) = keychain_update {