mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
bin/taud: fix test && update config file
This commit is contained in:
@@ -159,12 +159,6 @@ mod tests {
|
||||
|
||||
let mt_load = MonthTasks::load_or_create(&get_current_time(), &dataset_path)?;
|
||||
|
||||
assert!(!mt_load.task_tks.contains(&task.ref_id));
|
||||
|
||||
task.activate()?;
|
||||
|
||||
let mt_load = MonthTasks::load_or_create(&get_current_time(), &dataset_path)?;
|
||||
|
||||
assert!(mt_load.task_tks.contains(&task.ref_id));
|
||||
|
||||
remove_dir_all(TEST_DATA_PATH).ok();
|
||||
|
||||
@@ -21,7 +21,7 @@ password = "FOOBAR"
|
||||
## P2P network
|
||||
##
|
||||
### The accept address
|
||||
#[accept]
|
||||
#[accept_address]
|
||||
#url="127.0.0.1:8822"
|
||||
#password = "FOOBAR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user