diff --git a/swap/tests/testutils/bitcoind.rs b/swap/tests/testutils/bitcoind.rs index 8f8873e7..9f1fcd03 100644 --- a/swap/tests/testutils/bitcoind.rs +++ b/swap/tests/testutils/bitcoind.rs @@ -98,8 +98,6 @@ impl IntoIterator for BitcoindArgs { type Item = String; type IntoIter = ::std::vec::IntoIter; - // todo: these "defaults" are only suitable for our tests and need to be looked - // at fn into_iter(self) -> ::IntoIter { let args = vec![ "-server".to_string(),