Skip to content

Commit

Permalink
Correct serai-processor-tests to dalek 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Aug 19, 2023
1 parent 96583da commit 34397b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hex = "0.4"
zeroize = { version = "1", default-features = false }
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }

curve25519-dalek = "3.2"
curve25519-dalek = "4"
ciphersuite = { path = "../../crypto/ciphersuite", default-features = false, features = ["ristretto"] }
dkg = { path = "../../crypto/dkg", default-features = false, features = ["tests"] }

Expand Down
2 changes: 1 addition & 1 deletion tests/processor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ impl Coordinator {
Some(serde_json::json!({
"wallet_address": ViewPair::new(
ED25519_BASEPOINT_POINT,
Zeroizing::new(Scalar::one()),
Zeroizing::new(Scalar::ONE),
).address(Network::Mainnet, AddressSpec::Standard).to_string(),
"amount_of_blocks": 1,
})),
Expand Down

0 comments on commit 34397b3

Please sign in to comment.