Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Remove new added opt p2p-reject-incomplete-blocks from the producer
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjjzhao committed May 11, 2021
1 parent 21503b4 commit 14d6451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eosio_blocklog_prune_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
useBiosBootFile=False,
loadSystemContract=False,
specificExtraNodeosArgs={
0: "--plugin eosio::state_history_plugin --trace-history --disable-replay-opts --sync-fetch-span 200 --state-history-endpoint 127.0.0.1:8080 --plugin eosio::net_api_plugin --enable-stale-production --p2p-reject-incomplete-blocks 0",
0: "--plugin eosio::state_history_plugin --trace-history --disable-replay-opts --sync-fetch-span 200 --state-history-endpoint 127.0.0.1:8080 --plugin eosio::net_api_plugin --enable-stale-production",
2: "--validation-mode light --p2p-reject-incomplete-blocks 0"})

producerNodeIndex = 0
Expand Down

0 comments on commit 14d6451

Please sign in to comment.