Remove CLI config file in favour of parameters

The CLI has sensible default values for all parameters,
thus a config file is not really an advantage but just
keeps getting in our way, so re remove it.
This commit is contained in:
Daniel Karzel 2021-03-15 12:02:42 +11:00
parent 3a5d8aee42
commit 0091b6cdaf
5 changed files with 144 additions and 147 deletions

View file

@ -329,7 +329,7 @@ fn make_blocks_tip_height_url(base_url: &Url) -> Result<Url> {
#[cfg(test)]
mod tests {
use super::*;
use crate::cli::config::DEFAULT_ELECTRUM_HTTP_URL;
use crate::cli::command::DEFAULT_ELECTRUM_HTTP_URL;
#[test]
fn create_tx_status_url_from_default_base_url_success() {