Skip to content

Commit

Permalink
Move NativeTorController to controller package
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 2, 2023
1 parent e44b3b7 commit c9ea2d3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.tor.process;
package bisq.tor.controller;

import bisq.tor.ClientTorrcGenerator;
import bisq.tor.controller.*;
import bisq.tor.process.HsDescUploadFailed;
import bisq.tor.process.NativeTorProcess;
import lombok.extern.slf4j.Slf4j;
import net.freehaven.tor.control.PasswordDigest;
import net.freehaven.tor.control.TorControlConnection;
Expand Down

0 comments on commit c9ea2d3

Please sign in to comment.