minor bugfix in print_asset_info()

This commit is contained in:
sowle 2024-07-11 21:32:18 +02:00
parent 648f6954f4
commit 156c96fc42
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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());