gautamdhameja / substrate-validator-set

Pallet to add/remove validators in Substrate-based PoA networks.
Apache License 2.0
68 stars 49 forks source link

Update base-path in local network setup #40

Closed elv-nate closed 2 years ago

elv-nate commented 2 years ago

Before, this neither used the actual /tmp/ directory, it also created a directory in ./ named ~, as the ~ doesn't get shell-expanded when directly after an equals. Now this uses the /tmp/ to be more consistent with substrate's tutorials.

gautamdhameja commented 2 years ago

Thanks for the PR, @elv-nate. Appreciate it.