Rename `*-private-ipv4` to `*-private-ip` CLI args (#13208)
* Rename `*-private-ipv4` to `*-private-ip` CLI args Renames the `*-private-ipv4` to `*-private-ip` in the CLI interface. The old names are staying as alias, thus it will not break for anyone. Besides that it also fixes the naming in the rest of the code. * FMT
Showing
- substrate/client/cli/src/params/network_params.rs 9 additions, 9 deletionssubstrate/client/cli/src/params/network_params.rs
- substrate/client/network/common/src/config.rs 2 additions, 2 deletionssubstrate/client/network/common/src/config.rs
- substrate/client/network/src/config.rs 1 addition, 1 deletionsubstrate/client/network/src/config.rs
- substrate/client/network/src/discovery.rs 13 additions, 13 deletionssubstrate/client/network/src/discovery.rs
- substrate/client/network/src/service.rs 7 additions, 3 deletionssubstrate/client/network/src/service.rs
- substrate/client/service/test/src/lib.rs 1 addition, 1 deletionsubstrate/client/service/test/src/lib.rs
Please register or sign in to comment