Browse Source

Remove old FIXME

bdk-0.11
Lucas Soriano del Pino 3 years ago
parent
commit
2976d314f5
No known key found for this signature in database GPG Key ID: EE611E973A1530E7
  1. 1
      cfd_protocol/src/lib.rs

1
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);

Loading…
Cancel
Save