Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultdoc committed Oct 20, 2023
1 parent 4eecee0 commit b2c4541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime-plugin/src/runtime_plugin_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ impl RuntimePluginManager {
})?;

// Attempt to on_load with new plugin
return match new_plugin.on_load(
match new_plugin.on_load(
new_parsed_config_file,
PluginDependencies {
bank_forks: self.bank_forks.clone(),
Expand All @@ -198,7 +198,7 @@ impl RuntimePluginManager {
),
data: None,
}),
};
}
}

pub(crate) fn list_plugins(&self) -> JsonRpcResult<Vec<String>> {
Expand Down

0 comments on commit b2c4541

Please sign in to comment.