Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Update cnd/src/swap_protocols/rfc003/bitcoin/htlc_events.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Philipp Hoenisch <[email protected]>
  • Loading branch information
da-kami and bonomat authored Sep 13, 2019
1 parent 9b0fe78 commit b005c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnd/src/swap_protocols/rfc003/bitcoin/htlc_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl HtlcEvents<Bitcoin, Amount> for Arc<dyn QueryBitcoin + Send + Sync> {
let query_bitcoin = Arc::clone(&self);
let redeemed_query = self
.create(BitcoinQuery::redeem_htlc(htlc_deployment.location))
.inspect(|query_id| log::info!("Redeem query id {:?}", query_id))
.inspect(|query_id| log::debug!("Redeem query id {:?}", query_id))
.map_err(rfc003::Error::Btsieve);

redeemed_query.and_then(move |query_id| {
Expand Down

0 comments on commit b005c64

Please sign in to comment.