执行查看账户余额,出现以下错误

surou@surou-C-H110M-K-Pro:~/eos/contracts$ cleos get currency balance eosio.token eosio
Error 3060003: Contract Table Query Exception
Most likely, the given table doesnt' exist in the blockchain.

nodeos log

2517984ms thread-0   http_plugin.cpp:405           handle_exception     ] FC Exception encountered while processing chain.get_currency_balance
2517984ms thread-0   http_plugin.cpp:406           handle_exception     ] Exception Details: 3060003 contract_table_query_exception: Contract Table Query Exception
Table accounts is not specified in the ABI
    {"table":"accounts"}
    thread-0  chain_plugin.cpp:659 get_table_type

切换到 release 分支1.0.7分支后此问题消失。所以不要尝试非(Releases分支)编译。等后面在遇到在做跟进