We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78afb2 commit 2137588Copy full SHA for 2137588
src/test_with_golang/drand_go
9.06 KB
src/test_with_golang/utils.rs
@@ -1,4 +1,4 @@
1
-//! Utilities for testing Drand-rs with Drand-go (v2.1.2-insecure bebad8fc).
+//! Utilities for testing Drand-rs with Drand-go v2.1.3-insecure 8228476b.
2
use crate::{
3
cli::*,
4
dkg::status::Status,
@@ -15,7 +15,7 @@ use std::{
15
};
16
use tokio::time::sleep;
17
18
-/// Absolute path for Drand-go v2.1.2-insecure bebad8fc
+/// Absolute path for Drand-go.
19
static DRAND_BIN_PATH: LazyLock<String> = LazyLock::new(|| {
20
format!(
21
"{}/{INNER_PATH}drand_go",
0 commit comments