mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
Don't panic if parameter can not be converted between node and native runtime (#1659)
* Don't panic if parameter can not be converted between node and native runtime * FIxes after merge * Use correct copyright year
This commit is contained in:
@@ -15,6 +15,7 @@ blake2-rfc = "0.2"
|
||||
[dev-dependencies]
|
||||
substrate-client = { path = "../client" }
|
||||
substrate-test-client = { path = "../test-client" }
|
||||
substrate-state-machine = { path = "../state-machine" }
|
||||
sr-primitives = { path = "../sr-primitives" }
|
||||
sr-version = { path = "../sr-version" }
|
||||
substrate-primitives = { path = "../primitives" }
|
||||
|
||||
Reference in New Issue
Block a user