Create issues for all TODOs/FIXMEs (#224)

* network and validation

* remainder of todos

* ref new issue

* change issue number
This commit is contained in:
joe petrowski
2019-04-08 17:46:20 +02:00
committed by Robert Habermeier
parent 33df0a4adf
commit 2bbfa0ae98
11 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ pub trait Worker: IntoExit {
/// Return configuration for the polkadot node.
// TODO: make this the full configuration, so embedded nodes don't need
// string CLI args
// string CLI args (https://github.com/paritytech/polkadot/issues/111)
fn configuration(&self) -> service::CustomConfiguration { Default::default() }
/// Do work and schedule exit.