-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the now unused db_uri variable on the exit
- Loading branch information
Showing
3 changed files
with
0 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -248,8 +248,6 @@ pub fn spawn_rita_exit( | |
resettings.exit_network.exit_price = exit_fee; | ||
let veth_exit_to_native = format!("vout-{}-o", ns); | ||
resettings.network.external_nic = Some(veth_exit_to_native); | ||
// each exit instance connects to one database in the default net namespace | ||
resettings.db_uri = "postgresql://[email protected]/test".to_string(); | ||
|
||
// mirrored from rita_bin/src/exit.rs | ||
let resettings = clu::exit_init(resettings); | ||
|
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