From 2976d314f56375b0148f9d4fadb3205b2813f2a5 Mon Sep 17 00:00:00 2001 From: Lucas Soriano del Pino Date: Thu, 2 Sep 2021 15:21:42 +1000 Subject: [PATCH] Remove old FIXME --- cfd_protocol/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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);