Skip to content

Commit

Permalink
Merge pull request #211 from nicbus/cli_state_value
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 18, 2024
2 parents b2a4fbc + 062964a commit 0097724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 0097724

Please sign in to comment.