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 1bd3a74 commit 17de3daCopy full SHA for 17de3da
src/dkg/round3.rs
@@ -145,7 +145,7 @@ where
145
146
#[cfg(not(feature = "std"))]
147
return Err(IronfishFrostError::InvalidInput(
148
- "incorrect number of round 1 public packages",
+ "incorrect number of round 1 public packages".to_string(),
149
));
150
}
151
@@ -160,7 +160,7 @@ where
160
161
162
163
- "incorrect number of round 2 public packages",
+ "incorrect number of round 2 public packages".to_string(),
164
165
166
0 commit comments