Skip to content

Commit

Permalink
minor bugfix in print_asset_info()
Browse files Browse the repository at this point in the history
  • Loading branch information
sowle committed Jul 11, 2024
1 parent 648f695 commit 156c96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daemon/daemon_commands_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ class daemon_commands_handler
" amount cmt * 1/8: " << aop.amount_commitment << ENDL <<
" hidden supply: " << (aop.descriptor.hidden_supply ? "yes" : "no") << ENDL <<
"";
++idx;
}

LOG_PRINT_L0(ss.str());
Expand Down

0 comments on commit 156c96f

Please sign in to comment.