Skip to content

Commit

Permalink
Fix for issue #2 and #3. Fix for cmake issues with targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariusz Kedzierski committed Nov 7, 2018
1 parent 060ba00 commit c279bad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions cd-scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,6 @@ def make_beos_plugin_test():
if options.make_beos_plugin_test:
make_beos_plugin_test()

if options.create_genesis_and_config:
configure_config_ini()
configure_genesis_json()

if options.clear_init_data:
clear_initialization_data(config.START_NODE_INDEX, "eosio")

Expand Down
2 changes: 0 additions & 2 deletions cd-scripts/resources/config.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ bnet-follow-irreversible = 0
# this peer will request no pending transactions from other nodes (eosio::bnet_plugin)
bnet-no-trx = false

# The string used to format peers when logging messages about them. Variables are escaped with ${<variable name>}.
# Available Variables:
# _name self-reported name
#
Expand Down Expand Up @@ -194,7 +193,6 @@ max-implicit-request = 1500
# Enable expirimental socket read watermark optimization (eosio::net_plugin)
use-socket-read-watermark = 0

# The string used to format peers when logging messages about them. Variables are escaped with ${<variable name>}.
# Available Variables:
# _name self-reported name
#
Expand Down

0 comments on commit c279bad

Please sign in to comment.