We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae41384 commit 729e29eCopy full SHA for 729e29e
dash/Cargo.toml
@@ -63,7 +63,7 @@ anyhow = { version= "1.0" }
63
hex = { version= "0.4" }
64
bincode = { version= "2.0.0-rc.3", optional = true }
65
bitflags = "2.6.0"
66
-blsful = { version = "3.0.0-pre6", optional = true }
+blsful = { version = "3.0.0-pre8", optional = true }
67
serde_repr = "0.1.19"
68
strum = { version = "0.26", features = ["derive"] }
69
lazy_static = "1.5.0"
dash/src/sml/masternode_list/is_lock_methods.rs
dash/src/sml/masternode_list/mod.rs
@@ -2,7 +2,6 @@ mod apply_diff;
2
mod builder;
3
mod debug_helpers;
4
pub mod from_diff;
5
-mod is_lock_methods;
6
mod masternode_helpers;
7
mod merkle_roots;
8
mod peer_addresses;
0 commit comments