Skip to content

Commit

Permalink
Remove deprecated plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rickykung committed Nov 1, 2018
1 parent 0557b31 commit 11eb4ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions eosio_docker/scripts/continue_blockchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ nodeos -e -p eosio -d /mnt/dev/data \
--hard-replay \
--http-validate-host=false \
--plugin eosio::producer_plugin \
--plugin eosio::history_plugin \
--plugin eosio::chain_api_plugin \
--plugin eosio::history_api_plugin \
--plugin eosio::http_plugin \
--http-server-address=0.0.0.0:8888 \
--access-control-allow-origin=* \
Expand Down
2 changes: 0 additions & 2 deletions eosio_docker/scripts/init_blockchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ nodeos -e -p eosio -d /mnt/dev/data \
--config-dir /mnt/dev/config \
--http-validate-host=false \
--plugin eosio::producer_plugin \
--plugin eosio::history_plugin \
--plugin eosio::chain_api_plugin \
--plugin eosio::history_api_plugin \
--plugin eosio::http_plugin \
--http-server-address=0.0.0.0:8888 \
--access-control-allow-origin=* \
Expand Down

0 comments on commit 11eb4ae

Please sign in to comment.