You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've built the EOSIO source code with a pre-defined native token symbol by using the following cmd: ./eosio_build.sh -s FST
The option -s enables to change to a new native token symbol.
Everything works fine and I can also create accounts staked with the newly-defined native token symbol.
However, from the attached screenshot, clearly to see that your wallet has some bug that it still displays the 'EOS' symbol for the "Delegated" part.
I've looked into your wallet source code and have found out that, in the file eos-voter-wallet/app/shared/utils/StatsFetcher.js, at line 121 and 122 (master branch):
I've built the EOSIO source code with a pre-defined native token symbol by using the following cmd:
./eosio_build.sh -s FST
The option
-s
enables to change to a new native token symbol.Everything works fine and I can also create accounts staked with the newly-defined native token symbol.
However, from the attached screenshot, clearly to see that your wallet has some bug that it still displays the 'EOS' symbol for the "Delegated" part.
I've looked into your wallet source code and have found out that, in the file
eos-voter-wallet/app/shared/utils/StatsFetcher.js
, at line121
and122
(master
branch):You still hard-code the
EOS
symbol, right?I very love your nice wallet and look forward to your fix soon.
Thanks
The text was updated successfully, but these errors were encountered: