You are viewing a single comment's thread from:

RE: Steem Data Services (SDS) / Upcoming Update Info / Version 0.1.7a

in #sds4 years ago

The seed node would not work without the p2p plugin, but the plugin will be loaded automatically, because it's a requirement for the network_broadcast_api.

From the 'appbase/README.md':

All plugins complete the Initialize step before any plugin enters the Startup step. Any dependent plugin specified
by APPBASE_PLUGIN_REQUIRES will be Initialized or Started prior to the plugin being Initialized or Started.

network_broadcast_api_plugin.hpp:

APPBASE_PLUGIN_REQUIRES(
   (steem::plugins::json_rpc::json_rpc_plugin)
   (steem::plugins::rc::rc_plugin)
   (steem::plugins::chain::chain_plugin)
   (steem::plugins::p2p::p2p_plugin)
)
Sort:  

Ah... I see.. Then I've got it enabled twice on mine.....

It's not really a problem to have it twice, as it will still be loaded only once.

Coin Marketplace

STEEM 0.04
TRX 0.32
JST 0.080
BTC 61291.61
ETH 1623.62
USDT 1.00
SBD 0.42