mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Remove tracing context
The swap_cli can only do one swap at a time, no need for the swap ID span.
This commit is contained in:
parent
3d2d447fba
commit
6b74761e34
@ -30,7 +30,6 @@ pub async fn run(swap: bob::Swap) -> Result<BobState> {
|
||||
run_until(swap, is_complete).await
|
||||
}
|
||||
|
||||
#[tracing::instrument(name = "swap", skip(swap,is_target_state), fields(id = %swap.swap_id))]
|
||||
pub async fn run_until(
|
||||
swap: bob::Swap,
|
||||
is_target_state: fn(&BobState) -> bool,
|
||||
|
Loading…
Reference in New Issue
Block a user