You are viewing a single comment's thread from:
RE: The user guide for a newbie on how to build a private Steem blockchain for corporate projects
You have to change the assets in the function asset_num_to_string
in this file.
case STEEM_ASSET_NUM_STEEM:
return "METKN";
case STEEM_ASSET_NUM_SBD:
return "MTK";
This is an issue in the actual code. This part is very hidden, hehe.