mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-29 22:21:38 +00:00
debug statements
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user