Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
4 additions and
0 deletions
-
daemon/src/lib.rs
|
|
@ -148,6 +148,8 @@ where |
|
|
|
|
|
|
|
oracle_addr.do_send_async(oracle::Sync).await?; |
|
|
|
|
|
|
|
tracing::debug!("Maker actor system ready"); |
|
|
|
|
|
|
|
Ok(Self { |
|
|
|
cfd_actor_addr, |
|
|
|
cfd_feed_receiver, |
|
|
@ -254,6 +256,8 @@ where |
|
|
|
|
|
|
|
tokio::spawn(oracle_ctx.run(oracle_constructor(cfds, Box::new(fan_out_actor)))); |
|
|
|
|
|
|
|
tracing::debug!("Taker actor system ready"); |
|
|
|
|
|
|
|
Ok(Self { |
|
|
|
cfd_actor_addr, |
|
|
|
connection_actor_addr, |
|
|
|