tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

fix: folder structure and invalid address #318

Closed brianp closed 4 months ago

brianp commented 4 months ago

Description

This PR does three (small) things:

Motivation and Context

Make everything a smidge more manageable.

How Has This Been Tested?

Manually

brianp commented 4 months ago

Maybe this is a good time to place everything in a folder named after the current network, so that running LP on different networks doesn't cause config clashes.

This PR achieves that by allowing the apps to handle this, as it's already a built-in feature of each service. We were just over-riding their default patterns in a messy conflicting way.