Skip to content

Commit

Permalink
cli: fix displaying fungible amount with history command
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 20, 2024
1 parent e8c987f commit b08d64e
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 @@ -379,7 +379,7 @@ impl Exec for RgbArgs {
witness,
} in history

Check warning on line 380 in cli/src/command.rs

View check run for this annotation

Codecov / codecov/patch

cli/src/command.rs#L374-L380

Added lines #L374 - L380 were not covered by tests
{
print!("{direction}\t{state}");
print!("{direction}\t{state:#}");
if *details {
print!("\t{ty}");
}
Expand Down

0 comments on commit b08d64e

Please sign in to comment.