Skip to content

Commit

Permalink
chore(ln-dlc-node): Remove outdated TODO and hack
Browse files Browse the repository at this point in the history
Already fixed.
  • Loading branch information
luckysori committed Apr 9, 2024
1 parent b0ac682 commit a19cab9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/ln-dlc-node/src/tests/dlc_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,10 +510,7 @@ async fn open_channel_and_position_and_settle_position(
.await
.unwrap();

// FIXME(holzeis): `Chopsticks automatically mined an additional block when calling its API. now
// that we have removed chopsticks this acutally translates to mining 2 blocks instead of just
// 1. related to https://github.com/get10101/10101/issues/1990`
mine(dlc_manager::manager::NB_CONFIRMATIONS as u16 + 1)
mine(dlc_manager::manager::NB_CONFIRMATIONS as u16)
.await
.unwrap();

Expand Down

0 comments on commit a19cab9

Please sign in to comment.