mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
Fix sp-session typo (#4273)
* Fix sp-session typo * Remove erroneous whitespaces * Don't mess with the file, editor
This commit is contained in:
committed by
Benjamin Kampmann
parent
b6b48c4bc6
commit
4c2ba5b71f
@@ -33,7 +33,7 @@ sp-io = { path = "../../primitives/sr-io" }
|
||||
sp-runtime = { path = "../../primitives/sr-primitives" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
primitives = { package = "sp-core", path = "../../primitives/core" }
|
||||
session = { package = "sp-sesssion", path = "../../primitives/session" }
|
||||
session = { package = "sp-session", path = "../../primitives/session" }
|
||||
app-crypto = { package = "sc-application-crypto", path = "../../primitives/application-crypto" }
|
||||
consensus_common = { package = "sp-consensus", path = "../../primitives/consensus/common" }
|
||||
network = { package = "sc-network", path = "../network" }
|
||||
|
||||
Reference in New Issue
Block a user