diff --git a/common/src/transaction.rs b/common/src/transaction.rs index efd54f3e..bc25abf3 100644 --- a/common/src/transaction.rs +++ b/common/src/transaction.rs @@ -209,7 +209,7 @@ impl ActionData { .into_iter() .map(|owned_utxo| owned_utxo.into()) .collect(); - format!("Published utxos {:?}", pub_own_utxo) + format!("Published utxos {pub_own_utxo:?}") } } }