Skip to content

Commit 729e29e

Browse files
clean up
1 parent ae41384 commit 729e29e

File tree

3 files changed

+1
-103
lines changed

3 files changed

+1
-103
lines changed

dash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ anyhow = { version= "1.0" }
6363
hex = { version= "0.4" }
6464
bincode = { version= "2.0.0-rc.3", optional = true }
6565
bitflags = "2.6.0"
66-
blsful = { version = "3.0.0-pre6", optional = true }
66+
blsful = { version = "3.0.0-pre8", optional = true }
6767
serde_repr = "0.1.19"
6868
strum = { version = "0.26", features = ["derive"] }
6969
lazy_static = "1.5.0"

dash/src/sml/masternode_list/is_lock_methods.rs

Lines changed: 0 additions & 101 deletions
This file was deleted.

dash/src/sml/masternode_list/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ mod apply_diff;
22
mod builder;
33
mod debug_helpers;
44
pub mod from_diff;
5-
mod is_lock_methods;
65
mod masternode_helpers;
76
mod merkle_roots;
87
mod peer_addresses;

0 commit comments

Comments
 (0)