mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 02:21:03 +00:00
Claim yer sale DOTs (#97)
* Add claims. * Failing build * Updatee to latest substrate, fix tests * Remove unneeded * Introduce tests with real work sig * Use right 64 bytes of pubkey to get eth addr * Fix for eth sig * Fix build * Fix wasm
This commit is contained in:
@@ -102,7 +102,7 @@ pub fn run<I, T, W>(args: I, worker: W, version: cli::VersionInfo) -> error::Res
|
||||
|
||||
let (spec, mut config) = cli::parse_matches::<service::Factory, _>(load_spec, &version, "parity-polkadot", &matches)?;
|
||||
|
||||
match cli::execute_default::<service::Factory, _,>(spec, worker, &matches, &config, &version)? {
|
||||
match cli::execute_default::<service::Factory, _>(spec, worker, &matches, &config)? {
|
||||
cli::Action::ExecutedInternally => (),
|
||||
cli::Action::RunService(worker) => {
|
||||
info!("Parity ·:· Polkadot");
|
||||
|
||||
Reference in New Issue
Block a user