Remove pointless todo

The container is defined in the tests module indicating it is only
suitable for these tests
This commit is contained in:
rishflab 2021-03-12 12:52:23 +11:00
parent 9f534996ee
commit 7cb198aea1

View File

@ -98,8 +98,6 @@ impl IntoIterator for BitcoindArgs {
type Item = 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 {
let args = vec![
"-server".to_string(),