OffchainLabs / nitro-testnode

A complete environment for nitro-based service including sequencer, batch-poster, validator, and a coordinator.
Apache License 2.0
23 stars 57 forks source link

Skipping --rm flag instead of --no-rm (deprecated) #57

Open mmdhrumil opened 5 months ago

mmdhrumil commented 5 months ago

Issue: Running ./test-node.bash will result in error:

unknown flag: --no-rm

If --rm flag is simply skipped, it's as good as --no-rm which seems to be deprecated

The build resolves successfully if these flags are removed