diff --git a/src/daemon/daemon_commands_handler.h b/src/daemon/daemon_commands_handler.h index 8f2aa24a..c960a39c 100644 --- a/src/daemon/daemon_commands_handler.h +++ b/src/daemon/daemon_commands_handler.h @@ -817,6 +817,7 @@ private: " amount cmt * 1/8: " << aop.amount_commitment << ENDL << " hidden supply: " << (aop.descriptor.hidden_supply ? "yes" : "no") << ENDL << ""; + ++idx; } LOG_PRINT_L0(ss.str());