Fix storage parameter name computation (#1238)

* fixed storage_parameter_key

* added test for storage_parameter_key
This commit is contained in:
Svyatoslav Nikolsky
2021-12-01 15:57:21 +03:00
committed by Bastian Köcher
parent 1fb70c7ed7
commit edd1724957
2 changed files with 17 additions and 2 deletions
+3
View File
@@ -22,6 +22,9 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
[dev-dependencies]
hex-literal = "0.3"
[features]
default = ["std"]
std = [