mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 21:41:02 +00:00
Weight annotation for block hooks. (#4058)
* Initial version that works with proper tests. * get rid of todos and grumbles and such. * Cleanup and fix line-width * fix test runtime test
This commit is contained in:
@@ -16,8 +16,8 @@ system = { package = "srml-system", path = "../system", default-features = false
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.2.1"
|
||||
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
|
||||
srml-indices = { path = "../indices" }
|
||||
balances = { package = "srml-balances", path = "../balances" }
|
||||
indices = { package = "srml-indices", path = "../indices" }
|
||||
transaction-payment = { package = "srml-transaction-payment", path = "../transaction-payment" }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user