mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-10-11 21:10:50 -04:00
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:
parent
3a5d8aee42
commit
0091b6cdaf
5 changed files with 144 additions and 147 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue