Browse Source
Bug fix: chose correct identity
compile-for-aarch64
Philipp Hoenisch
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
1 changed files with
2 additions and
2 deletions
-
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, |
|
|
|