minor bugfix in print_asset_info()
This commit is contained in:
parent
648f6954f4
commit
156c96fc42
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue