Skip to content

Commit

Permalink
Update service and dolphin to build with v0.9.22
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Reif <Garandor@manta.network>
  • Loading branch information
Adam Reif authored and Adam Reif committed Jul 11, 2022
1 parent 24ded57 commit ef0e355
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 143 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::{
chain_specs,
cli::{Cli, RelayChainCli, Subcommand},
rpc,
service::{new_partial, CalamariRuntimeExecutor, DolphinRuntimeExecutor, MantaRuntimeExecutor},
service::{new_partial, CalamariRuntimeExecutor, MantaRuntimeExecutor},
service_nimbus::DolphinRuntimeExecutor,
};
use codec::Encode;
Expand Down Expand Up @@ -553,6 +553,7 @@ pub fn run_with(cli: Cli) -> Result {
crate::service_nimbus::start_parachain_node::<
dolphin_runtime::RuntimeApi,
DolphinRuntimeExecutor,
_,
>(
config,
polkadot_config,
Expand Down
Loading

0 comments on commit ef0e355

Please sign in to comment.