Remove todo for cleanup note.

This commit is contained in:
Philipp Hoenisch 2021-05-07 09:43:48 +10:00
parent e93eeb81a2
commit 59a55dcbdd
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666

View File

@ -161,7 +161,6 @@ where
continue;
}
}
// TODO: This should be cleaned up.
let tx_redeem_fee = self.bitcoin_wallet
.estimate_fee(bitcoin::TxRedeem::weight(), btc)
.await;