mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-08-04 17:10:05 +00:00
debug statements
This commit is contained in:
@ -74,6 +74,7 @@ impl CoordinatorWallet {
|
|||||||
let blockchain = &*self.backend;
|
let blockchain = &*self.backend;
|
||||||
let tx: Transaction = deserialize(&hex::decode(bond)?)?;
|
let tx: Transaction = deserialize(&hex::decode(bond)?)?;
|
||||||
{
|
{
|
||||||
|
debug!("Called validate_bond_tx_hex()");
|
||||||
let wallet = self.wallet.lock().await;
|
let wallet = self.wallet.lock().await;
|
||||||
if let Err(e) = wallet.sync(blockchain, SyncOptions::default()) {
|
if let Err(e) = wallet.sync(blockchain, SyncOptions::default()) {
|
||||||
error!("Error syncing wallet: {:?}", e);
|
error!("Error syncing wallet: {:?}", e);
|
||||||
|
Reference in New Issue
Block a user