diff --git a/cfd_protocol/src/lib.rs b/cfd_protocol/src/lib.rs index 375a60c..8237188 100644 --- a/cfd_protocol/src/lib.rs +++ b/cfd_protocol/src/lib.rs @@ -1106,7 +1106,6 @@ mod tests { use bdk::populate_test_db; use bdk::testutils; - // FIXME: Using the same key for every instance of the wallet will lead to bugs in the tests let mut seed = [0u8; 32]; rng.fill_bytes(&mut seed);