mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
check runtime version in staking miner (#3628)
* check runtime version in staking miner * fmt * add short alias for things * fix fee * print length as well * fix build * review comments
This commit is contained in:
Generated
+10
@@ -10164,6 +10164,7 @@ dependencies = [
|
||||
"kusama-runtime",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"pallet-balances",
|
||||
"pallet-election-provider-multi-phase",
|
||||
"pallet-staking",
|
||||
"pallet-transaction-payment",
|
||||
@@ -10182,6 +10183,7 @@ dependencies = [
|
||||
"sp-runtime",
|
||||
"sp-version",
|
||||
"structopt",
|
||||
"sub-tokens",
|
||||
"thiserror",
|
||||
"tokio 0.2.21",
|
||||
"westend-runtime",
|
||||
@@ -10282,6 +10284,14 @@ dependencies = [
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sub-tokens"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/paritytech/substrate-debug-kit?branch=master#971b667963fdb0049dae349eaecbe22f4181e49f"
|
||||
dependencies = [
|
||||
"separator",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "substrate-bip39"
|
||||
version = "0.4.2"
|
||||
|
||||
Reference in New Issue
Block a user