Sort out the module index (ty @ascjones)

Sort out the RefCount type (ty @dvc94ch)
Random tweaks to make test-node more similar to the vanilla node-template
This commit is contained in:
David Palm
2020-09-24 11:48:13 +02:00
parent 9f0d358b44
commit a0f430c6ac
5 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ pub fn development_config() -> Result<ChainSpec, String> {
// Properties
None,
// Extensions
None,
Default::default(),
))
}