debug statements

This commit is contained in:
f321x
2024-07-09 18:12:04 +00:00
parent 43de74145d
commit 6c9b969d5e

View File

@ -74,6 +74,7 @@ impl CoordinatorWallet {
let blockchain = &*self.backend;
let tx: Transaction = deserialize(&hex::decode(bond)?)?;
{
debug!("Called validate_bond_tx_hex()");
let wallet = self.wallet.lock().await;
if let Err(e) = wallet.sync(blockchain, SyncOptions::default()) {
error!("Error syncing wallet: {:?}", e);