Philipp Hoenisch
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
1 changed files with
0 additions and
1 deletions
-
daemon/src/maker_cfd.rs
|
|
@ -272,7 +272,6 @@ impl Actor { |
|
|
|
// Kick-off the CFD protocol
|
|
|
|
let (sk, pk) = crate::keypair::new(&mut rand::thread_rng()); |
|
|
|
|
|
|
|
let cfd = load_cfd_by_order_id(order_id, &mut conn).await?; |
|
|
|
let margin = cfd.margin()?; |
|
|
|
|
|
|
|
let maker_params = self.wallet.build_party_params(margin, pk).await?; |
|
|
|