Skip to content

Commit

Permalink
regtest: Remove dependency to process module
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Sep 4, 2024
1 parent e48f41c commit 40e63d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wallets/regtest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ dependencies {
implementation(project(":core"))
implementation(project(":bitcoind"))
implementation(project(":json-rpc"))
implementation(project(":process"))

api(project(":process"))

implementation(libs.assertj.core)
implementation(libs.junit.jupiter)
Expand Down

0 comments on commit 40e63d6

Please sign in to comment.