Skip to content

Commit

Permalink
Move ProcessConfig to wallets.regtest module
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Sep 4, 2024
1 parent 2e3eba2 commit e48f41c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import bisq.common.file.LogScanner;
import bisq.wallets.json_rpc.RpcConfig;
import bisq.wallets.regtest.process.DaemonProcess;
import bisq.wallets.process.ProcessConfig;
import bisq.wallets.regtest.process.ProcessConfig;
import lombok.extern.slf4j.Slf4j;

import java.util.Collections;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import bisq.wallets.json_rpc.JsonRpcClient;
import bisq.wallets.json_rpc.RpcClientFactory;
import bisq.wallets.json_rpc.RpcConfig;
import bisq.wallets.process.ProcessConfig;
import bisq.wallets.regtest.process.DaemonProcess;
import bisq.wallets.regtest.process.ProcessConfig;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import bisq.wallets.elementsd.ElementsdConfig;
import bisq.wallets.elementsd.rpc.ElementsdDaemon;
import bisq.wallets.json_rpc.JsonRpcClient;
import bisq.wallets.process.ProcessConfig;
import bisq.wallets.regtest.process.ProcessConfig;
import bisq.wallets.regtest.bitcoind.BitcoindRegtestProcess;
import lombok.extern.slf4j.Slf4j;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import bisq.wallets.json_rpc.RpcClientFactory;
import bisq.wallets.json_rpc.RpcConfig;
import bisq.wallets.regtest.process.DaemonProcess;
import bisq.wallets.process.ProcessConfig;
import bisq.wallets.regtest.process.ProcessConfig;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import bisq.common.file.FileUtils;
import bisq.common.file.LogScanner;
import bisq.wallets.process.ProcessConfig;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.wallets.process;
package bisq.wallets.regtest.process;

import lombok.Builder;
import lombok.EqualsAndHashCode;
Expand Down

0 comments on commit e48f41c

Please sign in to comment.