Skip to content

Commit

Permalink
Move CannotStartProcessException 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 ed3edf8 commit 2e3eba2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
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;

public class CannotStartProcessException extends RuntimeException {
public CannotStartProcessException(String message, Throwable cause) {
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.CannotStartProcessException;
import bisq.wallets.process.ProcessConfig;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
Expand Down

0 comments on commit 2e3eba2

Please sign in to comment.