cli icon indicating copy to clipboard operation
cli copied to clipboard

network: refactor the Prepare func

Open ilgooz opened this issue 2 years ago • 0 comments

to only use Init, maybe with options to make it behave differently.

Because there are duplicated:

  • https://github.com/tendermint/starport/blob/f9442e3/starport/services/network/networkchain/init.go#L26
  • https://github.com/tendermint/starport/blob/55ca2d3/starport/services/network/networkchain/prepare.go#L54

And code followed by these lines.

ilgooz avatar Mar 24 '22 15:03 ilgooz