-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Wallet There are 2 extra settings in the wallet config. clear_peer_db, clears the peer database when configuring the wallet. This should be true for at least the first run or until tari-project/tari#5998 is fixed. `interacive` must be false for the first run, and can be set to true after that. Adds a quick fix for the wallet for the non-interactive and peer DB We only display the instructions for attaching to the docker wallet instance if interactive is true, and the wallet is active. bugs. You can control whether the wallet is non-interactive (default. will run on first startup), and whether the peer DB is deleted (true. shold let 2. Base node Similarly to the wallet, there's an `interactive` setting for the base node now that must be false on the first run. A future PR should make these editable in the UI.
- Loading branch information
Showing
5 changed files
with
88 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters