mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 22:41:06 +00:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user