Wallet-api-plugin is deprecated
MaxLarue opened this issue · 1 comments
MaxLarue commented
There is no need anymore to use wallet_plugin and wallet_api_plugin when starting nodeos. As per the docs keosd now starts automatically with nodeos.
https://developers.eos.io/eosio-cpp/docs/introduction-to-smart-contracts
simply removing --plugin eosio::wallet_api_plugin --plugin eosio::wallet_plugin in init_blockchain.sh and continue_blockchain.sh should do it.