https://github.com/anza-xyz/validator-lab/pull/53 broke rpc-node and enable_full_rpc validator deployment because the bash scripts built by startup_scripts.rs don't recognize the --full-rpc-api flag.
Greg is working on a more correct solution, but in the meantime, unbreak things by removing the bad flag.
https://github.com/anza-xyz/validator-lab/pull/53 broke rpc-node and
enable_full_rpc
validator deployment because the bash scripts built bystartup_scripts.rs
don't recognize the--full-rpc-api
flag. Greg is working on a more correct solution, but in the meantime, unbreak things by removing the bad flag.