*: Enable authority discovery by default (#1395)
* *: Enable authority discovery by default Instead of having to explicitly enable the authority discovery module on validator and sentry nodes, this commit enables the module by default. Today there is no way for non validator or sentry nodes to run the module. That might change in the future. * service/src/lib: Fix typo in new_full! for test
Showing
- polkadot/cli/src/cli.rs 8 additions, 3 deletionspolkadot/cli/src/cli.rs
- polkadot/cli/src/command.rs 4 additions, 4 deletionspolkadot/cli/src/command.rs
- polkadot/node/service/src/lib.rs 8 additions, 8 deletionspolkadot/node/service/src/lib.rs
- polkadot/node/test-service/src/lib.rs 4 additions, 4 deletionspolkadot/node/test-service/src/lib.rs
- polkadot/service/src/lib.rs 13 additions, 13 deletionspolkadot/service/src/lib.rs
Please register or sign in to comment