Browse Source

Bug fix: chose correct identity

compile-for-aarch64
Philipp Hoenisch 3 years ago
parent
commit
79de722cf4
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  1. 4
      daemon/src/setup_contract.rs

4
daemon/src/setup_contract.rs

@ -314,13 +314,13 @@ pub async fn roll_over(
let own_cfd_txs = renew_cfd_transactions(
lock_tx.clone(),
(
pk,
maker_identity,
maker_lock_amount,
dlc.maker_address.clone(),
maker_punish_params,
),
(
dlc.identity_counterparty,
taker_identity,
taker_lock_amount,
dlc.taker_address.clone(),
taker_punish_params,

Loading…
Cancel
Save