mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
bin/taud: a little fix
This commit is contained in:
@@ -193,7 +193,7 @@ impl JsonRpcInterface {
|
||||
}
|
||||
|
||||
let task_id = args[0].as_u64().unwrap();
|
||||
let data = args[0].as_object().unwrap();
|
||||
let data = args[1].as_object().unwrap();
|
||||
|
||||
let mut task: TaskInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user