This commit is contained in:
Xiliang Chen
2020-06-17 22:23:15 +12:00
committed by GitHub
parent 825b4b4b34
commit 43d99bf24b
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -24,3 +24,4 @@ txpool-api = { package = "sp-transaction-pool", git = "https://github.com/parity
frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }