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

Commit

Permalink
-Add test script for db_plugin #172
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Oct 12, 2017
1 parent 7bd27fd commit 0a8f2d8
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 0 deletions.
1 change: 1 addition & 0 deletions programs/launcher/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ launcher_def::write_config_file (eosd_def &node) {
cfg << "plugin = eos::producer_plugin\n"
<< "plugin = eos::chain_api_plugin\n"
<< "plugin = eos::wallet_api_plugin\n"
<< "plugin = eos::db_plugin\n"
<< "plugin = eos::account_history_plugin\n"
<< "plugin = eos::account_history_api_plugin\n";
for (auto &p : node.producers) {
Expand Down
Loading

0 comments on commit 0a8f2d8

Please sign in to comment.