Utility to generate hex bytes for send-message command (#1658)

This commit is contained in:
Branislav Kontur
2022-11-22 12:37:54 +01:00
committed by Bastian Köcher
parent 9da22df16b
commit 59b36b43bf
2 changed files with 47 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
[dev-dependencies]
xcm = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false }
[features]
default = ["std"]
std = [