Skip to content

Commit 521a76b

Browse files
authored
chore: update blsful to 3.0.0-pre8 (#49)
* chore: update blsful to 3.0.0-pre8 * test: fix assertion
1 parent 4c61ab6 commit 521a76b

File tree

3 files changed

+28
-50
lines changed

3 files changed

+28
-50
lines changed

Cargo.lock

Lines changed: 25 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dashcore"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = [
55
"Samuel Westrich <sam@dash.org>",
66
"Anton Suprunchuk <anton@dash.org>",
@@ -61,7 +61,7 @@ anyhow = { version= "1.0" }
6161
hex = { version= "0.4" }
6262
bincode = { version= "2.0.0-rc.3", optional = true }
6363
bitflags = "2.6.0"
64-
blsful = { version = "3.0.0-pre6", optional = true }
64+
blsful = { version = "3.0.0-pre8", optional = true }
6565
serde_repr = "0.1.19"
6666
strum = { version = "0.26", features = ["derive"] }
6767
lazy_static = "1.5.0"

dash/src/bip32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ mod tests {
18461846
#[test]
18471847
fn test_identity_invitation_path() {
18481848
let path = DerivationPath::identity_invitation_path(Network::Dash, 15);
1849-
assert_eq!(path.to_string(), "m/9'/5'/5'/3'/15");
1849+
assert_eq!(path.to_string(), "m/9'/5'/5'/3'/15'");
18501850
}
18511851

18521852
#[test]

0 commit comments

Comments
 (0)