Fix sp-session typo (#4273)

* Fix sp-session typo

* Remove erroneous whitespaces

* Don't mess with the file, editor
This commit is contained in:
Andrew Jones
2019-12-02 19:24:25 +00:00
committed by Benjamin Kampmann
parent b6b48c4bc6
commit 4c2ba5b71f
10 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ primitives = { package = "sp-core", path = "../../primitives/core" }
rpc = { package = "jsonrpc-core", version = "14.0.3" }
runtime_version = { package = "sp-version", path = "../../primitives/sr-version" }
serde_json = "1.0.41"
session = { package = "sp-sesssion", path = "../../primitives/session" }
session = { package = "sp-session", path = "../../primitives/session" }
sp-runtime = { path = "../../primitives/sr-primitives" }
rpc-primitives = { package = "sp-rpc", path = "../../primitives/rpc" }
state_machine = { package = "sp-state-machine", path = "../../primitives/state-machine" }