dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
21 stars 19 forks source link

dash-network `generate` allows use of `devnet=foo`, but `deploy` does not #618

Closed coolaj86 closed 8 months ago

coolaj86 commented 8 months ago

No biggie, just didn't know what the format should be.

Expected

Consistent validation across subcommands.

Actual

I wasn't sure of the format so I did

dash-network generate devnet=ajnet 3 0 3 0

But then when I went to do

dash-network deploy devnet=ajnet

I was informed that devnet-ajnet would have been correct.

Workaround

I just renamed the files and did a find/replace of the two. If that doesn't work I'll just regenerate.