diff --git a/crates/bin/pcli/src/command/tx.rs b/crates/bin/pcli/src/command/tx.rs index 80a54d00fb..8582e7faf1 100644 --- a/crates/bin/pcli/src/command/tx.rs +++ b/crates/bin/pcli/src/command/tx.rs @@ -957,6 +957,8 @@ impl TxCmd { let position = order.as_position(&asset_cache, OsRng)?; tracing::info!(?position); + println!("Position id: {}", position.id()); + let plan = Planner::new(OsRng) .set_gas_prices(gas_prices) .set_fee_tier(order.fee_tier().into())