Allow retract_tip on tip_new (#6511)

* Allow `retract_tip` on `tip_new`

* initial migration code

* test migration

* make pub

* bump spec
This commit is contained in:
Shawn Tabrizi
2020-06-29 15:59:32 +02:00
committed by GitHub
parent 749cc1fd34
commit 2e2af4b05a
5 changed files with 194 additions and 15 deletions
+1
View File
@@ -25,6 +25,7 @@ frame-benchmarking = { version = "2.0.0-rc4", default-features = false, path = "
[dev-dependencies]
sp-io ={ version = "2.0.0-rc4", path = "../../primitives/io" }
sp-core = { version = "2.0.0-rc4", path = "../../primitives/core" }
sp-storage = { version = "2.0.0-rc4", path = "../../primitives/storage" }
[features]
default = ["std"]