mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Remove pointless todo
The container is defined in the tests module indicating it is only suitable for these tests
This commit is contained in:
parent
9f534996ee
commit
7cb198aea1
@ -98,8 +98,6 @@ impl IntoIterator for BitcoindArgs {
|
|||||||
type Item = String;
|
type Item = String;
|
||||||
type IntoIter = ::std::vec::IntoIter<String>;
|
type IntoIter = ::std::vec::IntoIter<String>;
|
||||||
|
|
||||||
// todo: these "defaults" are only suitable for our tests and need to be looked
|
|
||||||
// at
|
|
||||||
fn into_iter(self) -> <Self as IntoIterator>::IntoIter {
|
fn into_iter(self) -> <Self as IntoIterator>::IntoIter {
|
||||||
let args = vec![
|
let args = vec![
|
||||||
"-server".to_string(),
|
"-server".to_string(),
|
||||||
|
Loading…
Reference in New Issue
Block a user