Convert AURA to new pallet macro (#8020)

This commit is contained in:
Bastian Köcher
2021-02-02 15:19:40 +01:00
committed by GitHub
parent eeff8f3204
commit 7d65b5aa59
5 changed files with 79 additions and 59 deletions
-1
View File
@@ -26,7 +26,6 @@ frame-system = { version = "2.0.0", default-features = false, path = "../system"
sp-timestamp = { version = "2.0.0", default-features = false, path = "../../primitives/timestamp" }
pallet-timestamp = { version = "2.0.0", default-features = false, path = "../timestamp" }
[dev-dependencies]
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
sp-io ={ version = "2.0.0", path = "../../primitives/io" }