Skip to content

Commit

Permalink
Merge pull request #58 from CriesofCarrots/remove-full-rpc-api
Browse files Browse the repository at this point in the history
Remove unsupported full-rpc-api startup_scripts flag
  • Loading branch information
CriesofCarrots authored Jul 26, 2024
2 parents 5a762cb + 3612f10 commit c0a6804
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kubernetes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ impl<'a> Kubernetes<'a> {
fn generate_full_rpc_flags(flags: &mut Vec<String>) {
flags.push("--enable-rpc-transaction-history".to_string());
flags.push("--enable-extended-tx-metadata-storage".to_string());
flags.push("--full-rpc-api".to_string());
}

fn generate_command_flags(&self, flags: &mut Vec<String>) {
Expand Down

0 comments on commit c0a6804

Please sign in to comment.