diff --git a/cli/src/command.rs b/cli/src/command.rs index 9c4a4fc..d92a05f 100644 --- a/cli/src/command.rs +++ b/cli/src/command.rs @@ -542,7 +542,7 @@ impl Exec for RgbArgs { for allocation in allocations { println!( " value={}, utxo={}, witness={} {}", - allocation.state, + allocation.state.value(), allocation.seal, allocation.witness, filter.comment(allocation.seal.to_outpoint())