Skip to content

Commit

Permalink
fix link to WalletConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 7, 2021
1 parent 8a602d5 commit 42d5f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ These are the steps needed to set up a local Haveno test network.
## 2. Build Haveno

1. Download this repository. Run `git clone https://github.com/haveno-dex/haveno.git`
2. Navigate inside the repository (`cd haveno`) and start the build: `./gradlew build`. It will take some minutes. If you know what you are doing you can modify [WalletConfig.java](core/src/main/java/bisq/core/btc/setup/WalletConfig.java) with custom settings before building.
2. Navigate inside the repository (`cd haveno`) and start the build: `./gradlew build`. It will take some minutes. If you know what you are doing you can modify [WalletConfig.java](/core/src/main/java/bisq/core/btc/setup/WalletConfig.java) with custom settings before building.

## 3. Run Monero

Expand Down

0 comments on commit 42d5f5e

Please sign in to comment.