mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Fixes GrandpaApi implementation and usage
This commit is contained in:
@@ -14,7 +14,8 @@ parity-codec-derive = "2.1"
|
||||
sr-std = { path = "../../core/sr-std" }
|
||||
srml-support = { path = "../../srml/support" }
|
||||
substrate-primitives = { path = "../../core/primitives" }
|
||||
substrate-client = { path = "../../core/client", optional = true }
|
||||
substrate-fg-primitives = { path = "../../core/finality-grandpa/primitives" }
|
||||
substrate-client = { path = "../../core/client" }
|
||||
substrate-keyring = { path = "../../core/keyring" }
|
||||
srml-balances = { path = "../../srml/balances" }
|
||||
srml-consensus = { path = "../../srml/consensus" }
|
||||
@@ -57,5 +58,6 @@ std = [
|
||||
"serde_derive",
|
||||
"serde/std",
|
||||
"safe-mix/std",
|
||||
"substrate-client",
|
||||
"substrate-client/std",
|
||||
"substrate-fg-primitives/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user