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.
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.