Skip to content

Commit

Permalink
Merge pull request #496 from breez/yse-incoming-claim-fix
Browse files Browse the repository at this point in the history
Chain: Fix claim after refactoring changes
  • Loading branch information
roeierez authored Sep 24, 2024
2 parents 2f51c39 + 646b86c commit e1edf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/swapper/boltz/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl BoltzSwapper {
BtcSwapTx::new_refund(
swap_script.as_bitcoin_script()?,
refund_address,
&self.liquid_electrum_config,
&self.bitcoin_electrum_config,
self.boltz_url.clone(),
swap.id.clone(),
)
Expand Down

0 comments on commit e1edf85

Please sign in to comment.