Changes for send returning hash

This commit is contained in:
Gav Wood
2022-01-20 15:14:10 +01:00
parent 2c0ac0a4a3
commit fc381c9fc8
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
# Substrate dependencies
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }