EOSIO / eosio-project-boilerplate-simple

This repository demonstrates the eosio platform running a blockchain as a local single node test net with a simple DApp, NoteChain.
139 stars 64 forks source link

Wallet-api-plugin is deprecated #4

Closed MaxLarue closed 6 years ago

MaxLarue commented 6 years ago

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.

rickykung commented 6 years ago

Thank you for your suggestion @MaxLarue! We will update the source code.